Html Css Color HEX #C42431 Cardinal

📋 copy color: '#C42431'

red 196 ◦ green 36 ◦ blue 49

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

Shades of Cardinal #C42431

Tints of Cardinal #C42431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 69.75%
G = 12.81%
B = 17.44%

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

#C42431 (or 0xC42431) is known color: Cardinal. HEX triplet: C4, 24 and 31. RGB value is (196,36,49). Sum of RGB (Red+Green+Blue) = 196+36+49=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C42431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42431 is #3BDBCE. Grayscale: #555555. Windows color (decimal): -3922895 or 3220676. OLE color: 3220676.

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

Color convert

RGB 196 36 49 -
CMYK 0 0.82 0.75 0.23
HSL 355.13º 0.69% 0.45% -
HSV(B) 355.13º 0.82% 0.77% -
XYZ 23.95 13.22 4.19 -
YUV 85.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 196 36 49 0 0.82 0.75 0.23 355.13 0.69 0.45
Hex C4 24 31 0 52 4B 17 163 45 2D
Octal 304 44 61 0 122 113 27 543 105 55
Binary 11000100 100100 110001 0 1010010 1001011 10111 101100011 1000101 101101

Color Harmonies of #C42431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42431

Black with #C42431

Text Example


Text Example

White with #C42431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42431; }

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

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

background-color css

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

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

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

border-color css

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

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

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