Html Css Color HEX #C70009 Venetian Red

📋 copy color: '#C70009'

red 199 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #C70009

Tints of Venetian Red #C70009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.33%

R = 95.67%
G = 0%
B = 4.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C70009 (or 0xC70009) is known color: Venetian Red. HEX triplet: C7, 00 and 09. RGB value is (199,0,9). Sum of RGB (Red+Green+Blue) = 199+0+9=208 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.67% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 199 - color contains mainly: red. Hex color #C70009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70009 is #38FFF6. Grayscale: #3C3C3C. Windows color (decimal): -3735543 or 590023. OLE color: 590023.

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

Color convert

RGB 199 0 9 -
CMYK 0 1 0.95 0.22
HSL 357.29º 1% 0.39% -
HSV(B) 357.29º 1% 0.78% -
XYZ 23.6 12.16 1.36 -
YUV 60.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 199 0 9 0 1 0.95 0.22 357.29 1 0.39
Hex C7 0 9 0 64 5F 16 165 64 27
Octal 307 0 11 0 144 137 26 545 144 47
Binary 11000111 0 1001 0 1100100 1011111 10110 101100101 1100100 100111

Color Harmonies of #C70009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70009

Black with #C70009

Text Example


Text Example

White with #C70009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70009; }

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

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

background-color css

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

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

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

border-color css

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

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

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