Html Css Color HEX #C42439 Cardinal

📋 copy color: '#C42439'

red 196 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #C42439

Tints of Cardinal #C42439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 67.82%
G = 12.46%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C42439 (or 0xC42439) is known color: Cardinal. HEX triplet: C4, 24 and 39. RGB value is (196,36,57). Sum of RGB (Red+Green+Blue) = 196+36+57=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C42439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42439 is #3BDBC6. Grayscale: #565656. Windows color (decimal): -3922887 or 3744964. OLE color: 3744964.

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

Color convert

RGB 196 36 57 -
CMYK 0 0.82 0.71 0.23
HSL 352.13º 0.69% 0.45% -
HSV(B) 352.13º 0.82% 0.77% -
XYZ 24.13 13.29 5.16 -
YUV 86.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 196 36 57 0 0.82 0.71 0.23 352.13 0.69 0.45
Hex C4 24 39 0 52 47 17 160 45 2D
Octal 304 44 71 0 122 107 27 540 105 55
Binary 11000100 100100 111001 0 1010010 1000111 10111 101100000 1000101 101101

Color Harmonies of #C42439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42439

Black with #C42439

Text Example


Text Example

White with #C42439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42439; }

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

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

background-color css

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

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

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

border-color css

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

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

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