Html Css Color HEX #DE010B Venetian Red

📋 copy color: '#DE010B'

red 222 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #DE010B

Tints of Venetian Red #DE010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 94.87%
G = 0.43%
B = 4.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE010B (or 0xDE010B) is known color: Venetian Red. HEX triplet: DE, 01 and 0B. RGB value is (222,1,11). Sum of RGB (Red+Green+Blue) = 222+1+11=234 (30% of max value = 765). Red value is 222 (87.11% from 255 or 94.87% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 222 - color contains mainly: red. Hex color #DE010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE010B is #21FEF4. Grayscale: #444444. Windows color (decimal): -2227957 or 721374. OLE color: 721374.

HSL color Cylindrical-coordinate representation of color #DE010B: hue angle of 357.29º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 11 -
CMYK 0 1.00 0.95 0.13
HSL 357.29º 0.99% 0.44% -
HSV(B) 357.29º 1% 0.87% -
XYZ 30.2 15.58 1.73 -
YUV 68.22 95.72 237.69 -
System Red Green Blue C M Y K H S L
Decimal 222 1 11 0 1.00 0.95 0.13 357.29 0.99 0.44
Hex DE 1 B 0 64 5F D 165 63 2C
Octal 336 1 13 0 144 137 15 545 143 54
Binary 11011110 1 1011 0 1100100 1011111 1101 101100101 1100011 101100

Color Harmonies of #DE010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE010B

Black with #DE010B

Text Example


Text Example

White with #DE010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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