Html Css Color HEX #C4222B Cardinal

📋 copy color: '#C4222B'

red 196 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #C4222B

Tints of Cardinal #C4222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 71.79%
G = 12.45%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4222B (or 0xC4222B) is known color: Cardinal. HEX triplet: C4, 22 and 2B. RGB value is (196,34,43). Sum of RGB (Red+Green+Blue) = 196+34+43=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4222B is #3BDDD4. Grayscale: #535353. Windows color (decimal): -3923413 or 2826948. OLE color: 2826948.

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

Color convert

RGB 196 34 43 -
CMYK 0 0.83 0.78 0.23
HSL 356.67º 0.7% 0.45% -
HSV(B) 356.67º 0.83% 0.77% -
XYZ 23.77 13.05 3.55 -
YUV 83.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 196 34 43 0 0.83 0.78 0.23 356.67 0.7 0.45
Hex C4 22 2B 0 53 4E 17 165 46 2D
Octal 304 42 53 0 123 116 27 545 106 55
Binary 11000100 100010 101011 0 1010011 1001110 10111 101100101 1000110 101101

Color Harmonies of #C4222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4222B

Black with #C4222B

Text Example


Text Example

White with #C4222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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