#c0222a

Color #C0222A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C0222A

Tints of Cardinal #C0222A

Color information

#C0222A (or 0xC0222A) is unknown color: approx Cardinal. HEX triplet: C0, 22 and 2A. RGB value is (192,34,42). Sum of RGB (Red+Green+Blue) = 192+34+42=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0222A is #3FDDD5. Grayscale: #525252. Windows color (decimal): -4185558 or 2761408. OLE color: 2761408.

HSL color Cylindrical-coordinate representation of color #C0222A: hue angle of 356.96º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0222A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1923442-
CMYK00.820.780.25
HSL356.96º69.91%44.31%-
HSV(B)356.96º82.29%75.29%-
XYZ22.7312.523.41-
YUV82.15105.35206.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 71.64%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 42 (16.80% from 255) = 15.67%
R=71.64%
G=12.69%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192344200.820.780.25356.9669.9144.31
HexC0222A0524E19165462c
Octal300425201221163154510654
Binary11000000100010101010010100101001110110011011001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0222a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0222a; }

 p { color: rgb(192,34,42); }

 H1.HeaderClassName
 {
   color: #c0222a;
 }
 .AnyTagClassName
 {
   color: #c0222a;
 }
</style>
background-color css

<style>
 a { background-color: #c0222a; }

 a { background-color: rgb(192,34,42); }

 div.DivClassName
 {
   background-color: #c0222a;
 }
 .BgClassName
 {
   background-color: #c0222a;
 }
</style>
border-color css

<style>
 span { border-color: #c0222a; }

 span { border-color: rgb(192,34,42); }

 td.TdClassName
 {
   border-color: #c0222a;
 }
 .TagClassName
 {
   border-color: #c0222a;
 }
</style>