Html Css Color HEX #C42036 Cardinal

📋 copy color: '#C42036'

red 196 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #C42036

Tints of Cardinal #C42036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 69.5%
G = 11.35%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C42036 (or 0xC42036) is known color: Cardinal. HEX triplet: C4, 20 and 36. RGB value is (196,32,54). Sum of RGB (Red+Green+Blue) = 196+32+54=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C42036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42036 is #3BDFC9. Grayscale: #535353. Windows color (decimal): -3923914 or 3547332. OLE color: 3547332.

HSL color Cylindrical-coordinate representation of color #C42036: hue angle of 351.95º 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 #C42036 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 54 -
CMYK 0 0.84 0.72 0.23
HSL 351.95º 0.72% 0.45% -
HSV(B) 351.95º 0.84% 0.77% -
XYZ 23.95 13.04 4.74 -
YUV 83.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 196 32 54 0 0.84 0.72 0.23 351.95 0.72 0.45
Hex C4 20 36 0 54 48 17 160 48 2D
Octal 304 40 66 0 124 110 27 540 110 55
Binary 11000100 100000 110110 0 1010100 1001000 10111 101100000 1001000 101101

Color Harmonies of #C42036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42036

Black with #C42036

Text Example


Text Example

White with #C42036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42036; }

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

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

background-color css

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

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

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

border-color css

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

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

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