Html Css Color HEX #C00517 Venetian Red

📋 copy color: '#C00517'

red 192 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #C00517

Tints of Venetian Red #C00517

RGB

 RED value IS 192 (75.39% from 255) = 87.27%

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

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

R = 87.27%
G = 2.27%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C00517 (or 0xC00517) is known color: Venetian Red. HEX triplet: C0, 05 and 17. RGB value is (192,5,23). Sum of RGB (Red+Green+Blue) = 192+5+23=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C00517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00517 is #3FFAE8. Grayscale: #3F3F3F. Windows color (decimal): -4193001 or 1508800. OLE color: 1508800.

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

Color convert

RGB 192 5 23 -
CMYK 0 0.97 0.88 0.25
HSL 354.22º 0.95% 0.39% -
HSV(B) 354.22º 0.97% 0.75% -
XYZ 21.95 11.38 1.85 -
YUV 62.97 105.45 220.04 -
System Red Green Blue C M Y K H S L
Decimal 192 5 23 0 0.97 0.88 0.25 354.22 0.95 0.39
Hex C0 5 17 0 61 58 19 162 5F 27
Octal 300 5 27 0 141 130 31 542 137 47
Binary 11000000 101 10111 0 1100001 1011000 11001 101100010 1011111 100111

Color Harmonies of #C00517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00517

Black with #C00517

Text Example


Text Example

White with #C00517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00517; }

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

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

background-color css

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

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

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

border-color css

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

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

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