Html Css Color HEX #C02139 Cardinal

📋 copy color: '#C02139'

red 192 ◦ green 33 ◦ blue 57

#C02139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C02139

Tints of Cardinal #C02139

RGB

 RED value IS 192 (75.39% from 255) = 68.09%

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 68.09%
G = 11.7%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C02139 (or 0xC02139) is known color: Cardinal. HEX triplet: C0, 21 and 39. RGB value is (192,33,57). Sum of RGB (Red+Green+Blue) = 192+33+57=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02139 is #3FDEC6. Grayscale: #535353. Windows color (decimal): -4185799 or 3744192. OLE color: 3744192.

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

Color convert

RGB 192 33 57 -
CMYK 0 0.83 0.70 0.25
HSL 350.94º 0.71% 0.44% -
HSV(B) 350.94º 0.83% 0.75% -
XYZ 23.02 12.59 5.09 -
YUV 83.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 192 33 57 0 0.83 0.70 0.25 350.94 0.71 0.44
Hex C0 21 39 0 53 46 19 15F 47 2C
Octal 300 41 71 0 123 106 31 537 107 54
Binary 11000000 100001 111001 0 1010011 1000110 11001 101011111 1000111 101100

Color Harmonies of #C02139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02139

Black with #C02139

Text Example


Text Example

White with #C02139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02139; }

 p { color: rgb(192,33,57); }

 H1.HeaderClassName
 {
   color: #C02139;
 }
 .AnyTagClassName
 {
   color: #C02139;
 }
</style>

background-color css

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

 a { background-color: rgb(192,33,57); }

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

border-color css

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

 span { border-color: rgb(192,33,57); }

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