Html Css Color HEX #C42232 Cardinal

📋 copy color: '#C42232'

red 196 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #C42232

Tints of Cardinal #C42232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.14%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 70%
G = 12.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C42232 (or 0xC42232) is known color: Cardinal. HEX triplet: C4, 22 and 32. RGB value is (196,34,50). Sum of RGB (Red+Green+Blue) = 196+34+50=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C42232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42232 is #3BDDCD. Grayscale: #545454. Windows color (decimal): -3923406 or 3285700. OLE color: 3285700.

HSL color Cylindrical-coordinate representation of color #C42232: hue angle of 354.07º degrees, saturation: 0.7, 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 #C42232 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 50 -
CMYK 0 0.83 0.74 0.23
HSL 354.07º 0.7% 0.45% -
HSV(B) 354.07º 0.83% 0.77% -
XYZ 23.91 13.11 4.29 -
YUV 84.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 196 34 50 0 0.83 0.74 0.23 354.07 0.7 0.45
Hex C4 22 32 0 53 4A 17 162 46 2D
Octal 304 42 62 0 123 112 27 542 106 55
Binary 11000100 100010 110010 0 1010011 1001010 10111 101100010 1000110 101101

Color Harmonies of #C42232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42232

Black with #C42232

Text Example


Text Example

White with #C42232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42232; }

 p { color: rgb(196,34,50); }

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

background-color css

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

 a { background-color: rgb(196,34,50); }

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

border-color css

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

 span { border-color: rgb(196,34,50); }

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