Html Css Color HEX #C41835 Cardinal

📋 copy color: '#C41835'

red 196 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #C41835

Tints of Cardinal #C41835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 71.79%
G = 8.79%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41835 (or 0xC41835) is known color: Cardinal. HEX triplet: C4, 18 and 35. RGB value is (196,24,53). Sum of RGB (Red+Green+Blue) = 196+24+53=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C41835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41835 is #3BE7CA. Grayscale: #4E4E4E. Windows color (decimal): -3925963 or 3479748. OLE color: 3479748.

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

Color convert

RGB 196 24 53 -
CMYK 0 0.88 0.73 0.23
HSL 349.88º 0.78% 0.43% -
HSV(B) 349.88º 0.88% 0.77% -
XYZ 23.73 12.65 4.56 -
YUV 78.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 196 24 53 0 0.88 0.73 0.23 349.88 0.78 0.43
Hex C4 18 35 0 58 49 17 15E 4E 2B
Octal 304 30 65 0 130 111 27 536 116 53
Binary 11000100 11000 110101 0 1011000 1001001 10111 101011110 1001110 101011

Color Harmonies of #C41835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41835

Black with #C41835

Text Example


Text Example

White with #C41835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41835; }

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

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

background-color css

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

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

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

border-color css

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

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

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