Html Css Color HEX #C70007 Venetian Red

📋 copy color: '#C70007'

red 199 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #C70007

Tints of Venetian Red #C70007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.4%

R = 96.6%
G = 0%
B = 3.4%

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

#C70007 (or 0xC70007) is known color: Venetian Red. HEX triplet: C7, 00 and 07. RGB value is (199,0,7). Sum of RGB (Red+Green+Blue) = 199+0+7=206 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.60% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 199 - color contains mainly: red. Hex color #C70007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70007 is #38FFF8. Grayscale: #3C3C3C. Windows color (decimal): -3735545 or 458951. OLE color: 458951.

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

Color convert

RGB 199 0 7 -
CMYK 0 1 0.96 0.22
HSL 357.89º 1% 0.39% -
HSV(B) 357.89º 1% 0.78% -
XYZ 23.59 12.16 1.3 -
YUV 60.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 199 0 7 0 1 0.96 0.22 357.89 1 0.39
Hex C7 0 7 0 64 60 16 166 64 27
Octal 307 0 7 0 144 140 26 546 144 47
Binary 11000111 0 111 0 1100100 1100000 10110 101100110 1100100 100111

Color Harmonies of #C70007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70007

Black with #C70007

Text Example


Text Example

White with #C70007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70007; }

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

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

background-color css

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

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

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

border-color css

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

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

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