Html Css Color HEX #DE0012 Venetian Red

📋 copy color: '#DE0012'

red 222 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #DE0012

Tints of Venetian Red #DE0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.5%
G = 0%
B = 7.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE0012 (or 0xDE0012) is known color: Venetian Red. HEX triplet: DE, 00 and 12. RGB value is (222,0,18). Sum of RGB (Red+Green+Blue) = 222+0+18=240 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0012 is #21FFED. Grayscale: #444444. Windows color (decimal): -2228206 or 1179870. OLE color: 1179870.

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

Color convert

RGB 222 0 18 -
CMYK 0 1 0.92 0.13
HSL 355.14º 1% 0.44% -
HSV(B) 355.14º 1% 0.87% -
XYZ 30.23 15.57 1.98 -
YUV 68.43 99.55 237.54 -
System Red Green Blue C M Y K H S L
Decimal 222 0 18 0 1 0.92 0.13 355.14 1 0.44
Hex DE 0 12 0 64 5C D 163 64 2C
Octal 336 0 22 0 144 134 15 543 144 54
Binary 11011110 0 10010 0 1100100 1011100 1101 101100011 1100100 101100

Color Harmonies of #DE0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0012

Black with #DE0012

Text Example


Text Example

White with #DE0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0012; }

 p { color: rgb(222,0,18); }

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

background-color css

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

 a { background-color: rgb(222,0,18); }

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

border-color css

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

 span { border-color: rgb(222,0,18); }

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