Html Css Color HEX #C70811 Venetian Red

📋 copy color: '#C70811'

red 199 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #C70811

Tints of Venetian Red #C70811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 17 (7.03% from 255) = 7.59%

R = 88.84%
G = 3.57%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70811 (or 0xC70811) is known color: Venetian Red. HEX triplet: C7, 08 and 11. RGB value is (199,8,17). Sum of RGB (Red+Green+Blue) = 199+8+17=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C70811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70811 is #38F7EE. Grayscale: #424242. Windows color (decimal): -3733487 or 1116359. OLE color: 1116359.

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

Color convert

RGB 199 8 17 -
CMYK 0 0.96 0.91 0.22
HSL 357.17º 0.92% 0.41% -
HSV(B) 357.17º 0.96% 0.78% -
XYZ 23.74 12.36 1.66 -
YUV 66.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 199 8 17 0 0.96 0.91 0.22 357.17 0.92 0.41
Hex C7 8 11 0 60 5B 16 165 5C 29
Octal 307 10 21 0 140 133 26 545 134 51
Binary 11000111 1000 10001 0 1100000 1011011 10110 101100101 1011100 101001

Color Harmonies of #C70811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70811

Black with #C70811

Text Example


Text Example

White with #C70811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70811; }

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

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

background-color css

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

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

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

border-color css

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

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

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