Html Css Color HEX #C71130 Cardinal

📋 copy color: '#C71130'

red 199 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #C71130

Tints of Cardinal #C71130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 75.38%
G = 6.44%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C71130 (or 0xC71130) is known color: Cardinal. HEX triplet: C7, 11 and 30. RGB value is (199,17,48). Sum of RGB (Red+Green+Blue) = 199+17+48=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C71130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71130 is #38EECF. Grayscale: #4B4B4B. Windows color (decimal): -3731152 or 3150279. OLE color: 3150279.

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

Color convert

RGB 199 17 48 -
CMYK 0 0.91 0.76 0.22
HSL 349.78º 0.84% 0.42% -
HSV(B) 349.78º 0.91% 0.78% -
XYZ 24.29 12.76 3.98 -
YUV 74.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 199 17 48 0 0.91 0.76 0.22 349.78 0.84 0.42
Hex C7 11 30 0 5B 4C 16 15E 54 2A
Octal 307 21 60 0 133 114 26 536 124 52
Binary 11000111 10001 110000 0 1011011 1001100 10110 101011110 1010100 101010

Color Harmonies of #C71130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71130

Black with #C71130

Text Example


Text Example

White with #C71130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71130; }

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

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

background-color css

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

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

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

border-color css

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

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

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