Html Css Color HEX #C41431 Cardinal

📋 copy color: '#C41431'

red 196 ◦ green 20 ◦ blue 49

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

Shades of Cardinal #C41431

Tints of Cardinal #C41431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 73.96%
G = 7.55%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C41431 (or 0xC41431) is known color: Cardinal. HEX triplet: C4, 14 and 31. RGB value is (196,20,49). Sum of RGB (Red+Green+Blue) = 196+20+49=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C41431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41431 is #3BEBCE. Grayscale: #4B4B4B. Windows color (decimal): -3926991 or 3216580. OLE color: 3216580.

HSL color Cylindrical-coordinate representation of color #C41431: hue angle of 350.11º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41431 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 49 -
CMYK 0 0.90 0.75 0.23
HSL 350.11º 0.81% 0.42% -
HSV(B) 350.11º 0.9% 0.77% -
XYZ 23.57 12.46 4.07 -
YUV 75.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 196 20 49 0 0.90 0.75 0.23 350.11 0.81 0.42
Hex C4 14 31 0 5A 4B 17 15E 51 2A
Octal 304 24 61 0 132 113 27 536 121 52
Binary 11000100 10100 110001 0 1011010 1001011 10111 101011110 1010001 101010

Color Harmonies of #C41431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41431

Black with #C41431

Text Example


Text Example

White with #C41431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41431; }

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

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

background-color css

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

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

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

border-color css

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

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

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