Html Css Color HEX #C70008 Venetian Red

📋 copy color: '#C70008'

red 199 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #C70008

Tints of Venetian Red #C70008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 3.86%

R = 96.14%
G = 0%
B = 3.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C70008 (or 0xC70008) is known color: Venetian Red. HEX triplet: C7, 00 and 08. RGB value is (199,0,8). Sum of RGB (Red+Green+Blue) = 199+0+8=207 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.14% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 199 - color contains mainly: red. Hex color #C70008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70008 is #38FFF7. Grayscale: #3C3C3C. Windows color (decimal): -3735544 or 524487. OLE color: 524487.

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

Color convert

RGB 199 0 8 -
CMYK 0 1 0.96 0.22
HSL 357.59º 1% 0.39% -
HSV(B) 357.59º 1% 0.78% -
XYZ 23.6 12.16 1.33 -
YUV 60.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 199 0 8 0 1 0.96 0.22 357.59 1 0.39
Hex C7 0 8 0 64 60 16 166 64 27
Octal 307 0 10 0 144 140 26 546 144 47
Binary 11000111 0 1000 0 1100100 1100000 10110 101100110 1100100 100111

Color Harmonies of #C70008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70008

Black with #C70008

Text Example


Text Example

White with #C70008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70008; }

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

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

background-color css

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

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

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

border-color css

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

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

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