Html Css Color HEX #DE011E Venetian Red

📋 copy color: '#DE011E'

red 222 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #DE011E

Tints of Venetian Red #DE011E

RGB

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

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

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

R = 87.75%
G = 0.4%
B = 11.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE011E (or 0xDE011E) is known color: Venetian Red. HEX triplet: DE, 01 and 1E. RGB value is (222,1,30). Sum of RGB (Red+Green+Blue) = 222+1+30=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE011E is #21FEE1. Grayscale: #464646. Windows color (decimal): -2227938 or 1966558. OLE color: 1966558.

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

Color convert

RGB 222 1 30 -
CMYK 0 1.00 0.86 0.13
HSL 352.13º 0.99% 0.44% -
HSV(B) 352.13º 1% 0.87% -
XYZ 30.37 15.65 2.65 -
YUV 70.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 222 1 30 0 1.00 0.86 0.13 352.13 0.99 0.44
Hex DE 1 1E 0 64 56 D 160 63 2C
Octal 336 1 36 0 144 126 15 540 143 54
Binary 11011110 1 11110 0 1100100 1010110 1101 101100000 1100011 101100

Color Harmonies of #DE011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE011E

Black with #DE011E

Text Example


Text Example

White with #DE011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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