Html Css Color HEX #C00916 Venetian Red

📋 copy color: '#C00916'

red 192 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #C00916

Tints of Venetian Red #C00916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 86.1%
G = 4.04%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C00916 (or 0xC00916) is known color: Venetian Red. HEX triplet: C0, 09 and 16. RGB value is (192,9,22). Sum of RGB (Red+Green+Blue) = 192+9+22=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C00916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00916 is #3FF6E9. Grayscale: #414141. Windows color (decimal): -4191978 or 1444288. OLE color: 1444288.

HSL color Cylindrical-coordinate representation of color #C00916: hue angle of 355.74º 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 #C00916 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 22 -
CMYK 0 0.95 0.89 0.25
HSL 355.74º 0.91% 0.39% -
HSV(B) 355.74º 0.95% 0.75% -
XYZ 21.98 11.46 1.81 -
YUV 65.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 192 9 22 0 0.95 0.89 0.25 355.74 0.91 0.39
Hex C0 9 16 0 5F 59 19 164 5B 27
Octal 300 11 26 0 137 131 31 544 133 47
Binary 11000000 1001 10110 0 1011111 1011001 11001 101100100 1011011 100111

Color Harmonies of #C00916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00916

Black with #C00916

Text Example


Text Example

White with #C00916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00916; }

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

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

background-color css

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

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

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

border-color css

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

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

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