Html Css Color HEX #C41E37 Cardinal

📋 copy color: '#C41E37'

red 196 ◦ green 30 ◦ blue 55

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

Shades of Cardinal #C41E37

Tints of Cardinal #C41E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 69.75%
G = 10.68%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C41E37 (or 0xC41E37) is known color: Cardinal. HEX triplet: C4, 1E and 37. RGB value is (196,30,55). Sum of RGB (Red+Green+Blue) = 196+30+55=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E37 is #3BE1C8. Grayscale: #525252. Windows color (decimal): -3924425 or 3612356. OLE color: 3612356.

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

Color convert

RGB 196 30 55 -
CMYK 0 0.85 0.72 0.23
HSL 350.96º 0.73% 0.44% -
HSV(B) 350.96º 0.85% 0.77% -
XYZ 23.92 12.94 4.85 -
YUV 82.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 196 30 55 0 0.85 0.72 0.23 350.96 0.73 0.44
Hex C4 1E 37 0 55 48 17 15F 49 2C
Octal 304 36 67 0 125 110 27 537 111 54
Binary 11000100 11110 110111 0 1010101 1001000 10111 101011111 1001001 101100

Color Harmonies of #C41E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E37

Black with #C41E37

Text Example


Text Example

White with #C41E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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