Html Css Color HEX #C00117 Venetian Red

📋 copy color: '#C00117'

red 192 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #C00117

Tints of Venetian Red #C00117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 88.89%
G = 0.46%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C00117 (or 0xC00117) is known color: Venetian Red. HEX triplet: C0, 01 and 17. RGB value is (192,1,23). Sum of RGB (Red+Green+Blue) = 192+1+23=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C00117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00117 is #3FFEE8. Grayscale: #3C3C3C. Windows color (decimal): -4194025 or 1507776. OLE color: 1507776.

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

Color convert

RGB 192 1 23 -
CMYK 0 0.99 0.88 0.25
HSL 353.09º 0.99% 0.38% -
HSV(B) 353.09º 0.99% 0.75% -
XYZ 21.9 11.29 1.84 -
YUV 60.62 106.78 221.71 -
System Red Green Blue C M Y K H S L
Decimal 192 1 23 0 0.99 0.88 0.25 353.09 0.99 0.38
Hex C0 1 17 0 63 58 19 161 63 26
Octal 300 1 27 0 143 130 31 541 143 46
Binary 11000000 1 10111 0 1100011 1011000 11001 101100001 1100011 100110

Color Harmonies of #C00117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00117

Black with #C00117

Text Example


Text Example

White with #C00117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00117; }

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

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

background-color css

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

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

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

border-color css

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

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

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