Html Css Color HEX #C41530 Cardinal

📋 copy color: '#C41530'

red 196 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #C41530

Tints of Cardinal #C41530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 73.96%
G = 7.92%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41530 (or 0xC41530) is known color: Cardinal. HEX triplet: C4, 15 and 30. RGB value is (196,21,48). Sum of RGB (Red+Green+Blue) = 196+21+48=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C41530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41530 is #3BEACF. Grayscale: #4C4C4C. Windows color (decimal): -3926736 or 3151300. OLE color: 3151300.

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

Color convert

RGB 196 21 48 -
CMYK 0 0.89 0.76 0.23
HSL 350.74º 0.81% 0.43% -
HSV(B) 350.74º 0.89% 0.77% -
XYZ 23.57 12.49 3.96 -
YUV 76.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 196 21 48 0 0.89 0.76 0.23 350.74 0.81 0.43
Hex C4 15 30 0 59 4C 17 15F 51 2B
Octal 304 25 60 0 131 114 27 537 121 53
Binary 11000100 10101 110000 0 1011001 1001100 10111 101011111 1010001 101011

Color Harmonies of #C41530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41530

Black with #C41530

Text Example


Text Example

White with #C41530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41530; }

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

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

background-color css

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

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

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

border-color css

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

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

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