Html Css Color HEX #DE0417 Venetian Red

📋 copy color: '#DE0417'

red 222 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #DE0417

Tints of Venetian Red #DE0417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 89.16%
G = 1.61%
B = 9.24%

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

#DE0417 (or 0xDE0417) is known color: Venetian Red. HEX triplet: DE, 04 and 17. RGB value is (222,4,23). Sum of RGB (Red+Green+Blue) = 222+4+23=249 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.16% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0417 is #21FBE8. Grayscale: #474747. Windows color (decimal): -2227177 or 1508574. OLE color: 1508574.

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

Color convert

RGB 222 4 23 -
CMYK 0 0.98 0.90 0.13
HSL 354.77º 0.96% 0.44% -
HSV(B) 354.77º 0.98% 0.87% -
XYZ 30.32 15.68 2.24 -
YUV 71.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 222 4 23 0 0.98 0.90 0.13 354.77 0.96 0.44
Hex DE 4 17 0 62 5A D 163 60 2C
Octal 336 4 27 0 142 132 15 543 140 54
Binary 11011110 100 10111 0 1100010 1011010 1101 101100011 1100000 101100

Color Harmonies of #DE0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0417

Black with #DE0417

Text Example


Text Example

White with #DE0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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