Html Css Color HEX #C41E30 Cardinal

📋 copy color: '#C41E30'

red 196 ◦ green 30 ◦ blue 48

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

Shades of Cardinal #C41E30

Tints of Cardinal #C41E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 71.53%
G = 10.95%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41E30 (or 0xC41E30) is known color: Cardinal. HEX triplet: C4, 1E and 30. RGB value is (196,30,48). Sum of RGB (Red+Green+Blue) = 196+30+48=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E30 is #3BE1CF. Grayscale: #515151. Windows color (decimal): -3924432 or 3153604. OLE color: 3153604.

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

Color convert

RGB 196 30 48 -
CMYK 0 0.85 0.76 0.23
HSL 353.49º 0.73% 0.44% -
HSV(B) 353.49º 0.85% 0.77% -
XYZ 23.76 12.88 4.03 -
YUV 81.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 196 30 48 0 0.85 0.76 0.23 353.49 0.73 0.44
Hex C4 1E 30 0 55 4C 17 161 49 2C
Octal 304 36 60 0 125 114 27 541 111 54
Binary 11000100 11110 110000 0 1010101 1001100 10111 101100001 1001001 101100

Color Harmonies of #C41E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E30

Black with #C41E30

Text Example


Text Example

White with #C41E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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