Html Css Color HEX #C70011 Venetian Red

📋 copy color: '#C70011'

red 199 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #C70011

Tints of Venetian Red #C70011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 92.13%
G = 0%
B = 7.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C70011 (or 0xC70011) is known color: Venetian Red. HEX triplet: C7, 00 and 11. RGB value is (199,0,17). Sum of RGB (Red+Green+Blue) = 199+0+17=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C70011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70011 is #38FFEE. Grayscale: #3D3D3D. Windows color (decimal): -3735535 or 1114311. OLE color: 1114311.

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

Color convert

RGB 199 0 17 -
CMYK 0 1 0.91 0.22
HSL 354.87º 1% 0.39% -
HSV(B) 354.87º 1% 0.78% -
XYZ 23.65 12.18 1.64 -
YUV 61.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 199 0 17 0 1 0.91 0.22 354.87 1 0.39
Hex C7 0 11 0 64 5B 16 163 64 27
Octal 307 0 21 0 144 133 26 543 144 47
Binary 11000111 0 10001 0 1100100 1011011 10110 101100011 1100100 100111

Color Harmonies of #C70011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70011

Black with #C70011

Text Example


Text Example

White with #C70011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70011; }

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

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

background-color css

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

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

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

border-color css

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

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

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