Html Css Color HEX #C42039 Cardinal

📋 copy color: '#C42039'

red 196 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #C42039

Tints of Cardinal #C42039

RGB

 RED value IS 196 (76.95% from 255) = 68.77%

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

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

R = 68.77%
G = 11.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C42039 (or 0xC42039) is known color: Cardinal. HEX triplet: C4, 20 and 39. RGB value is (196,32,57). Sum of RGB (Red+Green+Blue) = 196+32+57=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42039 is #3BDFC6. Grayscale: #535353. Windows color (decimal): -3923911 or 3743940. OLE color: 3743940.

HSL color Cylindrical-coordinate representation of color #C42039: hue angle of 350.85º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42039 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 57 -
CMYK 0 0.84 0.71 0.23
HSL 350.85º 0.72% 0.45% -
HSV(B) 350.85º 0.84% 0.77% -
XYZ 24.02 13.06 5.13 -
YUV 83.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 196 32 57 0 0.84 0.71 0.23 350.85 0.72 0.45
Hex C4 20 39 0 54 47 17 15F 48 2D
Octal 304 40 71 0 124 107 27 537 110 55
Binary 11000100 100000 111001 0 1010100 1000111 10111 101011111 1001000 101101

Color Harmonies of #C42039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42039

Black with #C42039

Text Example


Text Example

White with #C42039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42039; }

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

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

background-color css

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

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

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

border-color css

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

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

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