Html Css Color HEX #DE0415 Venetian Red

📋 copy color: '#DE0415'

red 222 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #DE0415

Tints of Venetian Red #DE0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 89.88%
G = 1.62%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE0415 (or 0xDE0415) is known color: Venetian Red. HEX triplet: DE, 04 and 15. RGB value is (222,4,21). Sum of RGB (Red+Green+Blue) = 222+4+21=247 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.88% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0415 is #21FBEA. Grayscale: #474747. Windows color (decimal): -2227179 or 1377502. OLE color: 1377502.

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

Color convert

RGB 222 4 21 -
CMYK 0 0.98 0.91 0.13
HSL 355.32º 0.96% 0.44% -
HSV(B) 355.32º 0.98% 0.87% -
XYZ 30.3 15.67 2.14 -
YUV 71.12 99.72 235.62 -
System Red Green Blue C M Y K H S L
Decimal 222 4 21 0 0.98 0.91 0.13 355.32 0.96 0.44
Hex DE 4 15 0 62 5B D 163 60 2C
Octal 336 4 25 0 142 133 15 543 140 54
Binary 11011110 100 10101 0 1100010 1011011 1101 101100011 1100000 101100

Color Harmonies of #DE0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0415

Black with #DE0415

Text Example


Text Example

White with #DE0415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0415; }

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

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

background-color css

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

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

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

border-color css

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

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

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