Html Css Color HEX #C41836 Cardinal

📋 copy color: '#C41836'

red 196 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #C41836

Tints of Cardinal #C41836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.71%

R = 71.53%
G = 8.76%
B = 19.71%

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

#C41836 (or 0xC41836) is known color: Cardinal. HEX triplet: C4, 18 and 36. RGB value is (196,24,54). Sum of RGB (Red+Green+Blue) = 196+24+54=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C41836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41836 is #3BE7C9. Grayscale: #4E4E4E. Windows color (decimal): -3925962 or 3545284. OLE color: 3545284.

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

Color convert

RGB 196 24 54 -
CMYK 0 0.88 0.72 0.23
HSL 349.53º 0.78% 0.43% -
HSV(B) 349.53º 0.88% 0.77% -
XYZ 23.76 12.66 4.68 -
YUV 78.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 196 24 54 0 0.88 0.72 0.23 349.53 0.78 0.43
Hex C4 18 36 0 58 48 17 15E 4E 2B
Octal 304 30 66 0 130 110 27 536 116 53
Binary 11000100 11000 110110 0 1011000 1001000 10111 101011110 1001110 101011

Color Harmonies of #C41836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41836

Black with #C41836

Text Example


Text Example

White with #C41836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41836; }

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

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

background-color css

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

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

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

border-color css

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

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

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