Html Css Color HEX #C70712 Venetian Red

📋 copy color: '#C70712'

red 199 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #C70712

Tints of Venetian Red #C70712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 88.84%
G = 3.13%
B = 8.04%

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

#C70712 (or 0xC70712) is known color: Venetian Red. HEX triplet: C7, 07 and 12. RGB value is (199,7,18). Sum of RGB (Red+Green+Blue) = 199+7+18=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C70712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70712 is #38F8ED. Grayscale: #414141. Windows color (decimal): -3733742 or 1181639. OLE color: 1181639.

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

Color convert

RGB 199 7 18 -
CMYK 0 0.96 0.91 0.22
HSL 356.56º 0.93% 0.4% -
HSV(B) 356.56º 0.96% 0.78% -
XYZ 23.74 12.34 1.7 -
YUV 65.66 101.11 223.11 -
System Red Green Blue C M Y K H S L
Decimal 199 7 18 0 0.96 0.91 0.22 356.56 0.93 0.4
Hex C7 7 12 0 60 5B 16 165 5D 28
Octal 307 7 22 0 140 133 26 545 135 50
Binary 11000111 111 10010 0 1100000 1011011 10110 101100101 1011101 101000

Color Harmonies of #C70712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70712

Black with #C70712

Text Example


Text Example

White with #C70712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70712; }

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

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

background-color css

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

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

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

border-color css

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

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

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