Html Css Color HEX #C41837 Cardinal

📋 copy color: '#C41837'

red 196 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #C41837

Tints of Cardinal #C41837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 55 (21.88% from 255) = 20%

R = 71.27%
G = 8.73%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C41837 (or 0xC41837) is known color: Cardinal. HEX triplet: C4, 18 and 37. RGB value is (196,24,55). Sum of RGB (Red+Green+Blue) = 196+24+55=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C41837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41837 is #3BE7C8. Grayscale: #4F4F4F. Windows color (decimal): -3925961 or 3610820. OLE color: 3610820.

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

Color convert

RGB 196 24 55 -
CMYK 0 0.88 0.72 0.23
HSL 349.19º 0.78% 0.43% -
HSV(B) 349.19º 0.88% 0.77% -
XYZ 23.78 12.66 4.81 -
YUV 78.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 196 24 55 0 0.88 0.72 0.23 349.19 0.78 0.43
Hex C4 18 37 0 58 48 17 15D 4E 2B
Octal 304 30 67 0 130 110 27 535 116 53
Binary 11000100 11000 110111 0 1011000 1001000 10111 101011101 1001110 101011

Color Harmonies of #C41837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41837

Black with #C41837

Text Example


Text Example

White with #C41837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41837; }

 p { color: rgb(196,24,55); }

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

background-color css

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

 a { background-color: rgb(196,24,55); }

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

border-color css

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

 span { border-color: rgb(196,24,55); }

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