Html Css Color HEX #C41E40 Cardinal

📋 copy color: '#C41E40'

red 196 ◦ green 30 ◦ blue 64

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

Shades of Cardinal #C41E40

Tints of Cardinal #C41E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 67.59%
G = 10.34%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41E40 (or 0xC41E40) is known color: Cardinal. HEX triplet: C4, 1E and 40. RGB value is (196,30,64). Sum of RGB (Red+Green+Blue) = 196+30+64=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E40 is #3BE1BF. Grayscale: #535353. Windows color (decimal): -3924416 or 4202180. OLE color: 4202180.

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

Color convert

RGB 196 30 64 -
CMYK 0 0.85 0.67 0.23
HSL 347.71º 0.73% 0.44% -
HSV(B) 347.71º 0.85% 0.77% -
XYZ 24.15 13.03 6.09 -
YUV 83.51 117 208.24 -
System Red Green Blue C M Y K H S L
Decimal 196 30 64 0 0.85 0.67 0.23 347.71 0.73 0.44
Hex C4 1E 40 0 55 43 17 15C 49 2C
Octal 304 36 100 0 125 103 27 534 111 54
Binary 11000100 11110 1000000 0 1010101 1000011 10111 101011100 1001001 101100

Color Harmonies of #C41E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E40

Black with #C41E40

Text Example


Text Example

White with #C41E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E40; }

 p { color: rgb(196,30,64); }

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

background-color css

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

 a { background-color: rgb(196,30,64); }

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

border-color css

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

 span { border-color: rgb(196,30,64); }

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