Html Css Color HEX #C70118 Venetian Red

📋 copy color: '#C70118'

red 199 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #C70118

Tints of Venetian Red #C70118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 88.84%
G = 0.45%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C70118 (or 0xC70118) is known color: Venetian Red. HEX triplet: C7, 01 and 18. RGB value is (199,1,24). Sum of RGB (Red+Green+Blue) = 199+1+24=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C70118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70118 is #38FEE7. Grayscale: #3E3E3E. Windows color (decimal): -3735272 or 1573319. OLE color: 1573319.

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

Color convert

RGB 199 1 24 -
CMYK 0 0.99 0.88 0.22
HSL 353.03º 0.99% 0.39% -
HSV(B) 353.03º 0.99% 0.78% -
XYZ 23.73 12.23 1.97 -
YUV 62.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 199 1 24 0 0.99 0.88 0.22 353.03 0.99 0.39
Hex C7 1 18 0 63 58 16 161 63 27
Octal 307 1 30 0 143 130 26 541 143 47
Binary 11000111 1 11000 0 1100011 1011000 10110 101100001 1100011 100111

Color Harmonies of #C70118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70118

Black with #C70118

Text Example


Text Example

White with #C70118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70118; }

 p { color: rgb(199,1,24); }

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

background-color css

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

 a { background-color: rgb(199,1,24); }

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

border-color css

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

 span { border-color: rgb(199,1,24); }

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