Html Css Color HEX #C41D45 Cardinal

📋 copy color: '#C41D45'

red 196 ◦ green 29 ◦ blue 69

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

Shades of Cardinal #C41D45

Tints of Cardinal #C41D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 66.67%
G = 9.86%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C41D45 (or 0xC41D45) is known color: Cardinal. HEX triplet: C4, 1D and 45. RGB value is (196,29,69). Sum of RGB (Red+Green+Blue) = 196+29+69=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D45 is #3BE2BA. Grayscale: #535353. Windows color (decimal): -3924667 or 4529604. OLE color: 4529604.

HSL color Cylindrical-coordinate representation of color #C41D45: hue angle of 345.63º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41D45 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 29 69 -
CMYK 0 0.85 0.65 0.23
HSL 345.63º 0.74% 0.44% -
HSV(B) 345.63º 0.85% 0.77% -
XYZ 24.28 13.04 6.87 -
YUV 83.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 196 29 69 0 0.85 0.65 0.23 345.63 0.74 0.44
Hex C4 1D 45 0 55 41 17 15A 4A 2C
Octal 304 35 105 0 125 101 27 532 112 54
Binary 11000100 11101 1000101 0 1010101 1000001 10111 101011010 1001010 101100

Color Harmonies of #C41D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41D45

Black with #C41D45

Text Example


Text Example

White with #C41D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41D45; }

 p { color: rgb(196,29,69); }

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

background-color css

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

 a { background-color: rgb(196,29,69); }

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

border-color css

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

 span { border-color: rgb(196,29,69); }

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