Html Css Color HEX #C00917 Venetian Red

📋 copy color: '#C00917'

red 192 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #C00917

Tints of Venetian Red #C00917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 85.71%
G = 4.02%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C00917 (or 0xC00917) is known color: Venetian Red. HEX triplet: C0, 09 and 17. RGB value is (192,9,23). Sum of RGB (Red+Green+Blue) = 192+9+23=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C00917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00917 is #3FF6E8. Grayscale: #414141. Windows color (decimal): -4191977 or 1509824. OLE color: 1509824.

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

Color convert

RGB 192 9 23 -
CMYK 0 0.95 0.88 0.25
HSL 355.41º 0.91% 0.39% -
HSV(B) 355.41º 0.95% 0.75% -
XYZ 21.99 11.46 1.86 -
YUV 65.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 192 9 23 0 0.95 0.88 0.25 355.41 0.91 0.39
Hex C0 9 17 0 5F 58 19 163 5B 27
Octal 300 11 27 0 137 130 31 543 133 47
Binary 11000000 1001 10111 0 1011111 1011000 11001 101100011 1011011 100111

Color Harmonies of #C00917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00917

Black with #C00917

Text Example


Text Example

White with #C00917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00917; }

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

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

background-color css

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

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

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

border-color css

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

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

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