Html Css Color HEX #C00112 Venetian Red

📋 copy color: '#C00112'

red 192 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #C00112

Tints of Venetian Red #C00112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 91%
G = 0.47%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00112 (or 0xC00112) is known color: Venetian Red. HEX triplet: C0, 01 and 12. RGB value is (192,1,18). Sum of RGB (Red+Green+Blue) = 192+1+18=211 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.00% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 192 - color contains mainly: red. Hex color #C00112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00112 is #3FFEED. Grayscale: #3C3C3C. Windows color (decimal): -4194030 or 1180096. OLE color: 1180096.

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

Color convert

RGB 192 1 18 -
CMYK 0 0.99 0.91 0.25
HSL 354.66º 0.99% 0.38% -
HSV(B) 354.66º 0.99% 0.75% -
XYZ 21.86 11.27 1.6 -
YUV 60.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 192 1 18 0 0.99 0.91 0.25 354.66 0.99 0.38
Hex C0 1 12 0 63 5B 19 163 63 26
Octal 300 1 22 0 143 133 31 543 143 46
Binary 11000000 1 10010 0 1100011 1011011 11001 101100011 1100011 100110

Color Harmonies of #C00112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00112

Black with #C00112

Text Example


Text Example

White with #C00112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00112; }

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

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

background-color css

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

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

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

border-color css

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

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

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