Html Css Color HEX #C42231 Cardinal

📋 copy color: '#C42231'

red 196 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #C42231

Tints of Cardinal #C42231

RGB

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

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

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

R = 70.25%
G = 12.19%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C42231 (or 0xC42231) is known color: Cardinal. HEX triplet: C4, 22 and 31. RGB value is (196,34,49). Sum of RGB (Red+Green+Blue) = 196+34+49=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C42231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42231 is #3BDDCE. Grayscale: #545454. Windows color (decimal): -3923407 or 3220164. OLE color: 3220164.

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

Color convert

RGB 196 34 49 -
CMYK 0 0.83 0.75 0.23
HSL 354.44º 0.7% 0.45% -
HSV(B) 354.44º 0.83% 0.77% -
XYZ 23.89 13.1 4.18 -
YUV 84.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 196 34 49 0 0.83 0.75 0.23 354.44 0.7 0.45
Hex C4 22 31 0 53 4B 17 162 46 2D
Octal 304 42 61 0 123 113 27 542 106 55
Binary 11000100 100010 110001 0 1010011 1001011 10111 101100010 1000110 101101

Color Harmonies of #C42231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42231

Black with #C42231

Text Example


Text Example

White with #C42231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42231; }

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

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

background-color css

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

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

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

border-color css

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

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

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