Html Css Color HEX #C70717 Venetian Red

📋 copy color: '#C70717'

red 199 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #C70717

Tints of Venetian Red #C70717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

 BLUE value IS 23 (9.38% from 255) = 10.04%

R = 86.9%
G = 3.06%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C70717 (or 0xC70717) is known color: Venetian Red. HEX triplet: C7, 07 and 17. RGB value is (199,7,23). Sum of RGB (Red+Green+Blue) = 199+7+23=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C70717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70717 is #38F8E8. Grayscale: #424242. Windows color (decimal): -3733737 or 1509319. OLE color: 1509319.

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

Color convert

RGB 199 7 23 -
CMYK 0 0.96 0.88 0.22
HSL 355º 0.93% 0.4% -
HSV(B) 355º 0.96% 0.78% -
XYZ 23.78 12.36 1.94 -
YUV 66.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 199 7 23 0 0.96 0.88 0.22 355 0.93 0.4
Hex C7 7 17 0 60 58 16 163 5D 28
Octal 307 7 27 0 140 130 26 543 135 50
Binary 11000111 111 10111 0 1100000 1011000 10110 101100011 1011101 101000

Color Harmonies of #C70717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70717

Black with #C70717

Text Example


Text Example

White with #C70717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70717; }

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

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

background-color css

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

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

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

border-color css

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

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

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