Html Css Color HEX #C42031 Cardinal

📋 copy color: '#C42031'

red 196 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #C42031

Tints of Cardinal #C42031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 70.76%
G = 11.55%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C42031 (or 0xC42031) is known color: Cardinal. HEX triplet: C4, 20 and 31. RGB value is (196,32,49). Sum of RGB (Red+Green+Blue) = 196+32+49=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C42031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42031 is #3BDFCE. Grayscale: #535353. Windows color (decimal): -3923919 or 3219652. OLE color: 3219652.

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

Color convert

RGB 196 32 49 -
CMYK 0 0.84 0.75 0.23
HSL 353.78º 0.72% 0.45% -
HSV(B) 353.78º 0.84% 0.77% -
XYZ 23.84 12.99 4.16 -
YUV 82.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 196 32 49 0 0.84 0.75 0.23 353.78 0.72 0.45
Hex C4 20 31 0 54 4B 17 162 48 2D
Octal 304 40 61 0 124 113 27 542 110 55
Binary 11000100 100000 110001 0 1010100 1001011 10111 101100010 1001000 101101

Color Harmonies of #C42031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42031

Black with #C42031

Text Example


Text Example

White with #C42031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42031; }

 p { color: rgb(196,32,49); }

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

background-color css

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

 a { background-color: rgb(196,32,49); }

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

border-color css

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

 span { border-color: rgb(196,32,49); }

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