Html Css Color HEX #C42236 Cardinal

📋 copy color: '#C42236'

red 196 ◦ green 34 ◦ blue 54

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

Shades of Cardinal #C42236

Tints of Cardinal #C42236

RGB

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

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

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

R = 69.01%
G = 11.97%
B = 19.01%

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

#C42236 (or 0xC42236) is known color: Cardinal. HEX triplet: C4, 22 and 36. RGB value is (196,34,54). Sum of RGB (Red+Green+Blue) = 196+34+54=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C42236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42236 is #3BDDC9. Grayscale: #545454. Windows color (decimal): -3923402 or 3547844. OLE color: 3547844.

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

Color convert

RGB 196 34 54 -
CMYK 0 0.83 0.72 0.23
HSL 352.59º 0.7% 0.45% -
HSV(B) 352.59º 0.83% 0.77% -
XYZ 24 13.15 4.76 -
YUV 84.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 196 34 54 0 0.83 0.72 0.23 352.59 0.7 0.45
Hex C4 22 36 0 53 48 17 161 46 2D
Octal 304 42 66 0 123 110 27 541 106 55
Binary 11000100 100010 110110 0 1010011 1001000 10111 101100001 1000110 101101

Color Harmonies of #C42236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42236

Black with #C42236

Text Example


Text Example

White with #C42236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42236; }

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

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

background-color css

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

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

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

border-color css

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

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

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