Html Css Color HEX #DE011A Venetian Red

📋 copy color: '#DE011A'

red 222 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #DE011A

Tints of Venetian Red #DE011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 89.16%
G = 0.4%
B = 10.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE011A (or 0xDE011A) is known color: Venetian Red. HEX triplet: DE, 01 and 1A. RGB value is (222,1,26). Sum of RGB (Red+Green+Blue) = 222+1+26=249 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.16% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 222 - color contains mainly: red. Hex color #DE011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE011A is #21FEE5. Grayscale: #464646. Windows color (decimal): -2227942 or 1704414. OLE color: 1704414.

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

Color convert

RGB 222 1 26 -
CMYK 0 1.00 0.88 0.13
HSL 353.21º 0.99% 0.44% -
HSV(B) 353.21º 1% 0.87% -
XYZ 30.32 15.63 2.4 -
YUV 69.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 222 1 26 0 1.00 0.88 0.13 353.21 0.99 0.44
Hex DE 1 1A 0 64 58 D 161 63 2C
Octal 336 1 32 0 144 130 15 541 143 54
Binary 11011110 1 11010 0 1100100 1011000 1101 101100001 1100011 101100

Color Harmonies of #DE011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE011A

Black with #DE011A

Text Example


Text Example

White with #DE011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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