Html Css Color HEX #C42136 Cardinal

📋 copy color: '#C42136'

red 196 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #C42136

Tints of Cardinal #C42136

RGB

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

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

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

R = 69.26%
G = 11.66%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C42136 (or 0xC42136) is known color: Cardinal. HEX triplet: C4, 21 and 36. RGB value is (196,33,54). Sum of RGB (Red+Green+Blue) = 196+33+54=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C42136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42136 is #3BDEC9. Grayscale: #545454. Windows color (decimal): -3923658 or 3547588. OLE color: 3547588.

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

Color convert

RGB 196 33 54 -
CMYK 0 0.83 0.72 0.23
HSL 352.27º 0.71% 0.45% -
HSV(B) 352.27º 0.83% 0.77% -
XYZ 23.97 13.09 4.75 -
YUV 84.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 196 33 54 0 0.83 0.72 0.23 352.27 0.71 0.45
Hex C4 21 36 0 53 48 17 160 47 2D
Octal 304 41 66 0 123 110 27 540 107 55
Binary 11000100 100001 110110 0 1010011 1001000 10111 101100000 1000111 101101

Color Harmonies of #C42136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42136

Black with #C42136

Text Example


Text Example

White with #C42136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42136; }

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

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

background-color css

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

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

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

border-color css

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

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

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