Html Css Color HEX #C70010 Venetian Red

📋 copy color: '#C70010'

red 199 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #C70010

Tints of Venetian Red #C70010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 92.56%
G = 0%
B = 7.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C70010 (or 0xC70010) is known color: Venetian Red. HEX triplet: C7, 00 and 10. RGB value is (199,0,16). Sum of RGB (Red+Green+Blue) = 199+0+16=215 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.56% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 199 - color contains mainly: red. Hex color #C70010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70010 is #38FFEF. Grayscale: #3D3D3D. Windows color (decimal): -3735536 or 1048775. OLE color: 1048775.

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

Color convert

RGB 199 0 16 -
CMYK 0 1 0.92 0.22
HSL 355.18º 1% 0.39% -
HSV(B) 355.18º 1% 0.78% -
XYZ 23.65 12.18 1.59 -
YUV 61.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 199 0 16 0 1 0.92 0.22 355.18 1 0.39
Hex C7 0 10 0 64 5C 16 163 64 27
Octal 307 0 20 0 144 134 26 543 144 47
Binary 11000111 0 10000 0 1100100 1011100 10110 101100011 1100100 100111

Color Harmonies of #C70010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70010

Black with #C70010

Text Example


Text Example

White with #C70010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70010; }

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

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

background-color css

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

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

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

border-color css

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

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

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