Html Css Color HEX #C70017 Venetian Red

📋 copy color: '#C70017'

red 199 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #C70017

Tints of Venetian Red #C70017

RGB

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

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

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

R = 89.64%
G = 0%
B = 10.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C70017 (or 0xC70017) is known color: Venetian Red. HEX triplet: C7, 00 and 17. RGB value is (199,0,23). Sum of RGB (Red+Green+Blue) = 199+0+23=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70017 is #38FFE8. Grayscale: #3E3E3E. Windows color (decimal): -3735529 or 1507527. OLE color: 1507527.

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

Color convert

RGB 199 0 23 -
CMYK 0 1 0.88 0.22
HSL 353.07º 1% 0.39% -
HSV(B) 353.07º 1% 0.78% -
XYZ 23.71 12.2 1.92 -
YUV 62.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 199 0 23 0 1 0.88 0.22 353.07 1 0.39
Hex C7 0 17 0 64 58 16 161 64 27
Octal 307 0 27 0 144 130 26 541 144 47
Binary 11000111 0 10111 0 1100100 1011000 10110 101100001 1100100 100111

Color Harmonies of #C70017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70017

Black with #C70017

Text Example


Text Example

White with #C70017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70017; }

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

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

background-color css

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

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

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

border-color css

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

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

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