Html Css Color HEX #DE0718 Venetian Red

📋 copy color: '#DE0718'

red 222 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #DE0718

Tints of Venetian Red #DE0718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 87.75%
G = 2.77%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE0718 (or 0xDE0718) is known color: Venetian Red. HEX triplet: DE, 07 and 18. RGB value is (222,7,24). Sum of RGB (Red+Green+Blue) = 222+7+24=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0718 is #21F8E7. Grayscale: #494949. Windows color (decimal): -2226408 or 1574878. OLE color: 1574878.

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

Color convert

RGB 222 7 24 -
CMYK 0 0.97 0.89 0.13
HSL 355.26º 0.94% 0.45% -
HSV(B) 355.26º 0.97% 0.87% -
XYZ 30.37 15.75 2.3 -
YUV 73.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 222 7 24 0 0.97 0.89 0.13 355.26 0.94 0.45
Hex DE 7 18 0 61 59 D 163 5E 2D
Octal 336 7 30 0 141 131 15 543 136 55
Binary 11011110 111 11000 0 1100001 1011001 1101 101100011 1011110 101101

Color Harmonies of #DE0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0718

Black with #DE0718

Text Example


Text Example

White with #DE0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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