Html Css Color HEX #C02039 Cardinal

📋 copy color: '#C02039'

red 192 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #C02039

Tints of Cardinal #C02039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

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

R = 68.33%
G = 11.39%
B = 20.28%

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

#C02039 (or 0xC02039) is known color: Cardinal. HEX triplet: C0, 20 and 39. RGB value is (192,32,57). Sum of RGB (Red+Green+Blue) = 192+32+57=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02039 is #3FDFC6. Grayscale: #525252. Windows color (decimal): -4186055 or 3743936. OLE color: 3743936.

HSL color Cylindrical-coordinate representation of color #C02039: hue angle of 350.62º 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 #C02039 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 57 -
CMYK 0 0.83 0.70 0.25
HSL 350.63º 0.71% 0.44% -
HSV(B) 350.63º 0.83% 0.75% -
XYZ 22.99 12.53 5.08 -
YUV 82.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 192 32 57 0 0.83 0.70 0.25 350.63 0.71 0.44
Hex C0 20 39 0 53 46 19 15F 47 2C
Octal 300 40 71 0 123 106 31 537 107 54
Binary 11000000 100000 111001 0 1010011 1000110 11001 101011111 1000111 101100

Color Harmonies of #C02039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02039

Black with #C02039

Text Example


Text Example

White with #C02039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02039; }

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

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

background-color css

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

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

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

border-color css

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

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

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