Html Css Color HEX #C70812 Venetian Red

📋 copy color: '#C70812'

red 199 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #C70812

Tints of Venetian Red #C70812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8%

R = 88.44%
G = 3.56%
B = 8%

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

#C70812 (or 0xC70812) is known color: Venetian Red. HEX triplet: C7, 08 and 12. RGB value is (199,8,18). Sum of RGB (Red+Green+Blue) = 199+8+18=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C70812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70812 is #38F7ED. Grayscale: #424242. Windows color (decimal): -3733486 or 1181895. OLE color: 1181895.

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

Color convert

RGB 199 8 18 -
CMYK 0 0.96 0.91 0.22
HSL 356.86º 0.92% 0.41% -
HSV(B) 356.86º 0.96% 0.78% -
XYZ 23.75 12.36 1.71 -
YUV 66.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 199 8 18 0 0.96 0.91 0.22 356.86 0.92 0.41
Hex C7 8 12 0 60 5B 16 165 5C 29
Octal 307 10 22 0 140 133 26 545 134 51
Binary 11000111 1000 10010 0 1100000 1011011 10110 101100101 1011100 101001

Color Harmonies of #C70812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70812

Black with #C70812

Text Example


Text Example

White with #C70812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70812; }

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

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

background-color css

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

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

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

border-color css

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

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

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