Html Css Color HEX #DE0717 Venetian Red

📋 copy color: '#DE0717'

red 222 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #DE0717

Tints of Venetian Red #DE0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 88.1%
G = 2.78%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE0717 (or 0xDE0717) is known color: Venetian Red. HEX triplet: DE, 07 and 17. RGB value is (222,7,23). Sum of RGB (Red+Green+Blue) = 222+7+23=252 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.10% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0717 is #21F8E8. Grayscale: #494949. Windows color (decimal): -2226409 or 1509342. OLE color: 1509342.

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

Color convert

RGB 222 7 23 -
CMYK 0 0.97 0.90 0.13
HSL 355.53º 0.94% 0.45% -
HSV(B) 355.53º 0.97% 0.87% -
XYZ 30.35 15.74 2.25 -
YUV 73.11 99.73 234.2 -
System Red Green Blue C M Y K H S L
Decimal 222 7 23 0 0.97 0.90 0.13 355.53 0.94 0.45
Hex DE 7 17 0 61 5A D 164 5E 2D
Octal 336 7 27 0 141 132 15 544 136 55
Binary 11011110 111 10111 0 1100001 1011010 1101 101100100 1011110 101101

Color Harmonies of #DE0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0717

Black with #DE0717

Text Example


Text Example

White with #DE0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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