Html Css Color HEX #DE011D Venetian Red

📋 copy color: '#DE011D'

red 222 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #DE011D

Tints of Venetian Red #DE011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 88.1%
G = 0.4%
B = 11.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE011D (or 0xDE011D) is known color: Venetian Red. HEX triplet: DE, 01 and 1D. RGB value is (222,1,29). Sum of RGB (Red+Green+Blue) = 222+1+29=252 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.10% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 222 - color contains mainly: red. Hex color #DE011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE011D is #21FEE2. Grayscale: #464646. Windows color (decimal): -2227939 or 1901022. OLE color: 1901022.

HSL color Cylindrical-coordinate representation of color #DE011D: hue angle of 352.4º 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 #DE011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 29 -
CMYK 0 1.00 0.87 0.13
HSL 352.4º 0.99% 0.44% -
HSV(B) 352.4º 1% 0.87% -
XYZ 30.36 15.64 2.58 -
YUV 70.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 222 1 29 0 1.00 0.87 0.13 352.4 0.99 0.44
Hex DE 1 1D 0 64 57 D 160 63 2C
Octal 336 1 35 0 144 127 15 540 143 54
Binary 11011110 1 11101 0 1100100 1010111 1101 101100000 1100011 101100

Color Harmonies of #DE011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE011D

Black with #DE011D

Text Example


Text Example

White with #DE011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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