Html Css Color HEX #C70110 Venetian Red

📋 copy color: '#C70110'

red 199 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #C70110

Tints of Venetian Red #C70110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 92.13%
G = 0.46%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C70110 (or 0xC70110) is known color: Venetian Red. HEX triplet: C7, 01 and 10. RGB value is (199,1,16). Sum of RGB (Red+Green+Blue) = 199+1+16=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C70110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70110 is #38FEEF. Grayscale: #3E3E3E. Windows color (decimal): -3735280 or 1049031. OLE color: 1049031.

HSL color Cylindrical-coordinate representation of color #C70110: hue angle of 355.45º 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 #C70110 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 16 -
CMYK 0 0.99 0.92 0.22
HSL 355.45º 0.99% 0.39% -
HSV(B) 355.45º 0.99% 0.78% -
XYZ 23.66 12.2 1.6 -
YUV 61.91 102.1 225.78 -
System Red Green Blue C M Y K H S L
Decimal 199 1 16 0 0.99 0.92 0.22 355.45 0.99 0.39
Hex C7 1 10 0 63 5C 16 163 63 27
Octal 307 1 20 0 143 134 26 543 143 47
Binary 11000111 1 10000 0 1100011 1011100 10110 101100011 1100011 100111

Color Harmonies of #C70110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70110

Black with #C70110

Text Example


Text Example

White with #C70110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70110; }

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

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

background-color css

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

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

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

border-color css

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

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

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