Html Css Color HEX #C00115 Venetian Red

📋 copy color: '#C00115'

red 192 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #C00115

Tints of Venetian Red #C00115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.81%

R = 89.72%
G = 0.47%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C00115 (or 0xC00115) is known color: Venetian Red. HEX triplet: C0, 01 and 15. RGB value is (192,1,21). Sum of RGB (Red+Green+Blue) = 192+1+21=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00115 is #3FFEEA. Grayscale: #3C3C3C. Windows color (decimal): -4194027 or 1376704. OLE color: 1376704.

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

Color convert

RGB 192 1 21 -
CMYK 0 0.99 0.89 0.25
HSL 353.72º 0.99% 0.38% -
HSV(B) 353.72º 0.99% 0.75% -
XYZ 21.88 11.28 1.73 -
YUV 60.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 192 1 21 0 0.99 0.89 0.25 353.72 0.99 0.38
Hex C0 1 15 0 63 59 19 162 63 26
Octal 300 1 25 0 143 131 31 542 143 46
Binary 11000000 1 10101 0 1100011 1011001 11001 101100010 1100011 100110

Color Harmonies of #C00115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00115

Black with #C00115

Text Example


Text Example

White with #C00115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00115; }

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

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

background-color css

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

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

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

border-color css

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

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

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