Html Css Color HEX #C70517 Venetian Red

📋 copy color: '#C70517'

red 199 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #C70517

Tints of Venetian Red #C70517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 87.67%
G = 2.2%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C70517 (or 0xC70517) is known color: Venetian Red. HEX triplet: C7, 05 and 17. RGB value is (199,5,23). Sum of RGB (Red+Green+Blue) = 199+5+23=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C70517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70517 is #38FAE8. Grayscale: #414141. Windows color (decimal): -3734249 or 1508807. OLE color: 1508807.

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

Color convert

RGB 199 5 23 -
CMYK 0 0.97 0.88 0.22
HSL 354.43º 0.95% 0.4% -
HSV(B) 354.43º 0.97% 0.78% -
XYZ 23.76 12.31 1.93 -
YUV 65.06 104.27 223.54 -
System Red Green Blue C M Y K H S L
Decimal 199 5 23 0 0.97 0.88 0.22 354.43 0.95 0.4
Hex C7 5 17 0 61 58 16 162 5F 28
Octal 307 5 27 0 141 130 26 542 137 50
Binary 11000111 101 10111 0 1100001 1011000 10110 101100010 1011111 101000

Color Harmonies of #C70517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70517

Black with #C70517

Text Example


Text Example

White with #C70517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70517; }

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

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

background-color css

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

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

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

border-color css

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

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

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