Html Css Color HEX #C42331 Cardinal

📋 copy color: '#C42331'

red 196 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #C42331

Tints of Cardinal #C42331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

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

R = 70%
G = 12.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C42331 (or 0xC42331) is known color: Cardinal. HEX triplet: C4, 23 and 31. RGB value is (196,35,49). Sum of RGB (Red+Green+Blue) = 196+35+49=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C42331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42331 is #3BDCCE. Grayscale: #545454. Windows color (decimal): -3923151 or 3220420. OLE color: 3220420.

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

Color convert

RGB 196 35 49 -
CMYK 0 0.82 0.75 0.23
HSL 354.78º 0.7% 0.45% -
HSV(B) 354.78º 0.82% 0.77% -
XYZ 23.92 13.16 4.19 -
YUV 84.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 196 35 49 0 0.82 0.75 0.23 354.78 0.7 0.45
Hex C4 23 31 0 52 4B 17 163 46 2D
Octal 304 43 61 0 122 113 27 543 106 55
Binary 11000100 100011 110001 0 1010010 1001011 10111 101100011 1000110 101101

Color Harmonies of #C42331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42331

Black with #C42331

Text Example


Text Example

White with #C42331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42331; }

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

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

background-color css

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

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

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

border-color css

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

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

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