Html Css Color HEX #C00910 Venetian Red

📋 copy color: '#C00910'

red 192 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #C00910

Tints of Venetian Red #C00910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.37%

R = 88.48%
G = 4.15%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C00910 (or 0xC00910) is known color: Venetian Red. HEX triplet: C0, 09 and 10. RGB value is (192,9,16). Sum of RGB (Red+Green+Blue) = 192+9+16=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C00910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00910 is #3FF6EF. Grayscale: #404040. Windows color (decimal): -4191984 or 1051072. OLE color: 1051072.

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

Color convert

RGB 192 9 16 -
CMYK 0 0.95 0.92 0.25
HSL 357.7º 0.91% 0.39% -
HSV(B) 357.7º 0.95% 0.75% -
XYZ 21.93 11.44 1.54 -
YUV 64.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 192 9 16 0 0.95 0.92 0.25 357.7 0.91 0.39
Hex C0 9 10 0 5F 5C 19 166 5B 27
Octal 300 11 20 0 137 134 31 546 133 47
Binary 11000000 1001 10000 0 1011111 1011100 11001 101100110 1011011 100111

Color Harmonies of #C00910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00910

Black with #C00910

Text Example


Text Example

White with #C00910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00910; }

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

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

background-color css

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

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

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

border-color css

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

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

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