Html Css Color HEX #DE0416 Venetian Red

📋 copy color: '#DE0416'

red 222 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #DE0416

Tints of Venetian Red #DE0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 89.52%
G = 1.61%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE0416 (or 0xDE0416) is known color: Venetian Red. HEX triplet: DE, 04 and 16. RGB value is (222,4,22). Sum of RGB (Red+Green+Blue) = 222+4+22=248 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.52% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0416 is #21FBE9. Grayscale: #474747. Windows color (decimal): -2227178 or 1443038. OLE color: 1443038.

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

Color convert

RGB 222 4 22 -
CMYK 0 0.98 0.90 0.13
HSL 355.05º 0.96% 0.44% -
HSV(B) 355.05º 0.98% 0.87% -
XYZ 30.31 15.67 2.19 -
YUV 71.23 100.22 235.54 -
System Red Green Blue C M Y K H S L
Decimal 222 4 22 0 0.98 0.90 0.13 355.05 0.96 0.44
Hex DE 4 16 0 62 5A D 163 60 2C
Octal 336 4 26 0 142 132 15 543 140 54
Binary 11011110 100 10110 0 1100010 1011010 1101 101100011 1100000 101100

Color Harmonies of #DE0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0416

Black with #DE0416

Text Example


Text Example

White with #DE0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0416; }

 p { color: rgb(222,4,22); }

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

background-color css

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

 a { background-color: rgb(222,4,22); }

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

border-color css

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

 span { border-color: rgb(222,4,22); }

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