Html Css Color HEX #DE0818 Venetian Red

📋 copy color: '#DE0818'

red 222 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #DE0818

Tints of Venetian Red #DE0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 87.4%
G = 3.15%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE0818 (or 0xDE0818) is known color: Venetian Red. HEX triplet: DE, 08 and 18. RGB value is (222,8,24). Sum of RGB (Red+Green+Blue) = 222+8+24=254 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.40% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0818 is #21F7E7. Grayscale: #494949. Windows color (decimal): -2226152 or 1575134. OLE color: 1575134.

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

Color convert

RGB 222 8 24 -
CMYK 0 0.96 0.89 0.13
HSL 355.51º 0.93% 0.45% -
HSV(B) 355.51º 0.96% 0.87% -
XYZ 30.38 15.77 2.31 -
YUV 73.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 222 8 24 0 0.96 0.89 0.13 355.51 0.93 0.45
Hex DE 8 18 0 60 59 D 164 5D 2D
Octal 336 10 30 0 140 131 15 544 135 55
Binary 11011110 1000 11000 0 1100000 1011001 1101 101100100 1011101 101101

Color Harmonies of #DE0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0818

Black with #DE0818

Text Example


Text Example

White with #DE0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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