Html Css Color HEX #C00110 Venetian Red

📋 copy color: '#C00110'

red 192 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #C00110

Tints of Venetian Red #C00110

RGB

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

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

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

R = 91.87%
G = 0.48%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C00110 (or 0xC00110) is known color: Venetian Red. HEX triplet: C0, 01 and 10. RGB value is (192,1,16). Sum of RGB (Red+Green+Blue) = 192+1+16=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C00110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00110 is #3FFEEF. Grayscale: #3B3B3B. Windows color (decimal): -4194032 or 1049024. OLE color: 1049024.

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

Color convert

RGB 192 1 16 -
CMYK 0 0.99 0.92 0.25
HSL 355.29º 0.99% 0.38% -
HSV(B) 355.29º 0.99% 0.75% -
XYZ 21.84 11.27 1.51 -
YUV 59.82 103.28 222.28 -
System Red Green Blue C M Y K H S L
Decimal 192 1 16 0 0.99 0.92 0.25 355.29 0.99 0.38
Hex C0 1 10 0 63 5C 19 163 63 26
Octal 300 1 20 0 143 134 31 543 143 46
Binary 11000000 1 10000 0 1100011 1011100 11001 101100011 1100011 100110

Color Harmonies of #C00110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00110

Black with #C00110

Text Example


Text Example

White with #C00110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00110; }

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

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

background-color css

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

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

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

border-color css

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

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

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