Html Css Color HEX #C70217 Venetian Red

📋 copy color: '#C70217'

red 199 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #C70217

Tints of Venetian Red #C70217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 88.84%
G = 0.89%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C70217 (or 0xC70217) is known color: Venetian Red. HEX triplet: C7, 02 and 17. RGB value is (199,2,23). Sum of RGB (Red+Green+Blue) = 199+2+23=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C70217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70217 is #38FDE8. Grayscale: #3F3F3F. Windows color (decimal): -3735017 or 1508039. OLE color: 1508039.

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

Color convert

RGB 199 2 23 -
CMYK 0 0.99 0.88 0.22
HSL 353.6º 0.98% 0.39% -
HSV(B) 353.6º 0.99% 0.78% -
XYZ 23.73 12.25 1.92 -
YUV 63.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 199 2 23 0 0.99 0.88 0.22 353.6 0.98 0.39
Hex C7 2 17 0 63 58 16 162 62 27
Octal 307 2 27 0 143 130 26 542 142 47
Binary 11000111 10 10111 0 1100011 1011000 10110 101100010 1100010 100111

Color Harmonies of #C70217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70217

Black with #C70217

Text Example


Text Example

White with #C70217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70217; }

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

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

background-color css

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

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

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

border-color css

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

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

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