Html Css Color HEX #DE080B Venetian Red

📋 copy color: '#DE080B'

red 222 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #DE080B

Tints of Venetian Red #DE080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 92.12%
G = 3.32%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE080B (or 0xDE080B) is known color: Venetian Red. HEX triplet: DE, 08 and 0B. RGB value is (222,8,11). Sum of RGB (Red+Green+Blue) = 222+8+11=241 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.12% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 222 - color contains mainly: red. Hex color #DE080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE080B is #21F7F4. Grayscale: #484848. Windows color (decimal): -2226165 or 723166. OLE color: 723166.

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

Color convert

RGB 222 8 11 -
CMYK 0 0.96 0.95 0.13
HSL 359.16º 0.93% 0.45% -
HSV(B) 359.16º 0.96% 0.87% -
XYZ 30.27 15.73 1.76 -
YUV 72.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 222 8 11 0 0.96 0.95 0.13 359.16 0.93 0.45
Hex DE 8 B 0 60 5F D 167 5D 2D
Octal 336 10 13 0 140 137 15 547 135 55
Binary 11011110 1000 1011 0 1100000 1011111 1101 101100111 1011101 101101

Color Harmonies of #DE080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE080B

Black with #DE080B

Text Example


Text Example

White with #DE080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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