Html Css Color HEX #DE0C11 Venetian Red

📋 copy color: '#DE0C11'

red 222 ◦ green 12 ◦ blue 17

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

Shades of Venetian Red #DE0C11

Tints of Venetian Red #DE0C11

RGB

 RED value IS 222 (87.11% from 255) = 88.45%

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 88.45%
G = 4.78%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE0C11 (or 0xDE0C11) is known color: Venetian Red. HEX triplet: DE, 0C and 11. RGB value is (222,12,17). Sum of RGB (Red+Green+Blue) = 222+12+17=251 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.45% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0C11 is #21F3EE. Grayscale: #4B4B4B. Windows color (decimal): -2225135 or 1117406. OLE color: 1117406.

HSL color Cylindrical-coordinate representation of color #DE0C11: hue angle of 358.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0C11 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 12 17 -
CMYK 0 0.95 0.92 0.13
HSL 358.57º 0.9% 0.46% -
HSV(B) 358.57º 0.95% 0.87% -
XYZ 30.36 15.83 1.99 -
YUV 75.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 222 12 17 0 0.95 0.92 0.13 358.57 0.9 0.46
Hex DE C 11 0 5F 5C D 167 5A 2E
Octal 336 14 21 0 137 134 15 547 132 56
Binary 11011110 1100 10001 0 1011111 1011100 1101 101100111 1011010 101110

Color Harmonies of #DE0C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0C11

Black with #DE0C11

Text Example


Text Example

White with #DE0C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0C11; }

 p { color: rgb(222,12,17); }

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

background-color css

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

 a { background-color: rgb(222,12,17); }

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

border-color css

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

 span { border-color: rgb(222,12,17); }

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