Html Css Color HEX #C41830 Cardinal

📋 copy color: '#C41830'

red 196 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #C41830

Tints of Cardinal #C41830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 73.13%
G = 8.96%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41830 (or 0xC41830) is known color: Cardinal. HEX triplet: C4, 18 and 30. RGB value is (196,24,48). Sum of RGB (Red+Green+Blue) = 196+24+48=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C41830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41830 is #3BE7CF. Grayscale: #4E4E4E. Windows color (decimal): -3925968 or 3152068. OLE color: 3152068.

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

Color convert

RGB 196 24 48 -
CMYK 0 0.88 0.76 0.23
HSL 351.63º 0.78% 0.43% -
HSV(B) 351.63º 0.88% 0.77% -
XYZ 23.63 12.6 3.98 -
YUV 78.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 196 24 48 0 0.88 0.76 0.23 351.63 0.78 0.43
Hex C4 18 30 0 58 4C 17 160 4E 2B
Octal 304 30 60 0 130 114 27 540 116 53
Binary 11000100 11000 110000 0 1011000 1001100 10111 101100000 1001110 101011

Color Harmonies of #C41830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41830

Black with #C41830

Text Example


Text Example

White with #C41830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41830; }

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

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

background-color css

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

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

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

border-color css

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

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

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