Html Css Color HEX #C0011E Venetian Red

📋 copy color: '#C0011E'

red 192 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #C0011E

Tints of Venetian Red #C0011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 86.1%
G = 0.45%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0011E (or 0xC0011E) is known color: Venetian Red. HEX triplet: C0, 01 and 1E. RGB value is (192,1,30). Sum of RGB (Red+Green+Blue) = 192+1+30=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C0011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0011E is #3FFEE1. Grayscale: #3D3D3D. Windows color (decimal): -4194018 or 1966528. OLE color: 1966528.

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

Color convert

RGB 192 1 30 -
CMYK 0 0.99 0.84 0.25
HSL 350.89º 0.99% 0.38% -
HSV(B) 350.89º 0.99% 0.75% -
XYZ 21.98 11.32 2.25 -
YUV 61.42 110.28 221.14 -
System Red Green Blue C M Y K H S L
Decimal 192 1 30 0 0.99 0.84 0.25 350.89 0.99 0.38
Hex C0 1 1E 0 63 54 19 15F 63 26
Octal 300 1 36 0 143 124 31 537 143 46
Binary 11000000 1 11110 0 1100011 1010100 11001 101011111 1100011 100110

Color Harmonies of #C0011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0011E

Black with #C0011E

Text Example


Text Example

White with #C0011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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