Html Css Color HEX #C71930 Cardinal

📋 copy color: '#C71930'

red 199 ◦ green 25 ◦ blue 48

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

Shades of Cardinal #C71930

Tints of Cardinal #C71930

RGB

 RED value IS 199 (78.13% from 255) = 73.16%

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 73.16%
G = 9.19%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C71930 (or 0xC71930) is known color: Cardinal. HEX triplet: C7, 19 and 30. RGB value is (199,25,48). Sum of RGB (Red+Green+Blue) = 199+25+48=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C71930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71930 is #38E6CF. Grayscale: #4F4F4F. Windows color (decimal): -3729104 or 3152327. OLE color: 3152327.

HSL color Cylindrical-coordinate representation of color #C71930: hue angle of 352.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71930 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 48 -
CMYK 0 0.87 0.76 0.22
HSL 352.07º 0.78% 0.44% -
HSV(B) 352.07º 0.87% 0.78% -
XYZ 24.43 13.05 4.03 -
YUV 79.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 199 25 48 0 0.87 0.76 0.22 352.07 0.78 0.44
Hex C7 19 30 0 57 4C 16 160 4E 2C
Octal 307 31 60 0 127 114 26 540 116 54
Binary 11000111 11001 110000 0 1010111 1001100 10110 101100000 1001110 101100

Color Harmonies of #C71930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71930

Black with #C71930

Text Example


Text Example

White with #C71930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71930; }

 p { color: rgb(199,25,48); }

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

background-color css

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

 a { background-color: rgb(199,25,48); }

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

border-color css

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

 span { border-color: rgb(199,25,48); }

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