Html Css Color HEX #C42237 Cardinal

📋 copy color: '#C42237'

red 196 ◦ green 34 ◦ blue 55

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

Shades of Cardinal #C42237

Tints of Cardinal #C42237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 68.77%
G = 11.93%
B = 19.3%

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

#C42237 (or 0xC42237) is known color: Cardinal. HEX triplet: C4, 22 and 37. RGB value is (196,34,55). Sum of RGB (Red+Green+Blue) = 196+34+55=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42237 is #3BDDC8. Grayscale: #545454. Windows color (decimal): -3923401 or 3613380. OLE color: 3613380.

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

Color convert

RGB 196 34 55 -
CMYK 0 0.83 0.72 0.23
HSL 352.22º 0.7% 0.45% -
HSV(B) 352.22º 0.83% 0.77% -
XYZ 24.03 13.16 4.89 -
YUV 84.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 196 34 55 0 0.83 0.72 0.23 352.22 0.7 0.45
Hex C4 22 37 0 53 48 17 160 46 2D
Octal 304 42 67 0 123 110 27 540 106 55
Binary 11000100 100010 110111 0 1010011 1001000 10111 101100000 1000110 101101

Color Harmonies of #C42237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42237

Black with #C42237

Text Example


Text Example

White with #C42237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42237; }

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

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

background-color css

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

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

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

border-color css

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

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

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