Html Css Color HEX #C41534 Cardinal

📋 copy color: '#C41534'

red 196 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #C41534

Tints of Cardinal #C41534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 72.86%
G = 7.81%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41534 (or 0xC41534) is known color: Cardinal. HEX triplet: C4, 15 and 34. RGB value is (196,21,52). Sum of RGB (Red+Green+Blue) = 196+21+52=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41534 is #3BEACB. Grayscale: #4C4C4C. Windows color (decimal): -3926732 or 3413444. OLE color: 3413444.

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

Color convert

RGB 196 21 52 -
CMYK 0 0.89 0.73 0.23
HSL 349.37º 0.81% 0.43% -
HSV(B) 349.37º 0.89% 0.77% -
XYZ 23.65 12.52 4.42 -
YUV 76.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 196 21 52 0 0.89 0.73 0.23 349.37 0.81 0.43
Hex C4 15 34 0 59 49 17 15D 51 2B
Octal 304 25 64 0 131 111 27 535 121 53
Binary 11000100 10101 110100 0 1011001 1001001 10111 101011101 1010001 101011

Color Harmonies of #C41534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41534

Black with #C41534

Text Example


Text Example

White with #C41534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41534; }

 p { color: rgb(196,21,52); }

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

background-color css

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

 a { background-color: rgb(196,21,52); }

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

border-color css

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

 span { border-color: rgb(196,21,52); }

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