Html Css Color HEX #DD010E Venetian Red

📋 copy color: '#DD010E'

red 221 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #DD010E

Tints of Venetian Red #DD010E

RGB

 RED value IS 221 (86.72% from 255) = 93.64%

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

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 93.64%
G = 0.42%
B = 5.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD010E (or 0xDD010E) is known color: Venetian Red. HEX triplet: DD, 01 and 0E. RGB value is (221,1,14). Sum of RGB (Red+Green+Blue) = 221+1+14=236 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.64% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 221 - color contains mainly: red. Hex color #DD010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD010E is #22FEF1. Grayscale: #444444. Windows color (decimal): -2293490 or 917981. OLE color: 917981.

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

Color convert

RGB 221 1 14 -
CMYK 0 1.00 0.94 0.13
HSL 356.45º 0.99% 0.44% -
HSV(B) 356.45º 1% 0.87% -
XYZ 29.91 15.43 1.82 -
YUV 68.26 97.39 236.94 -
System Red Green Blue C M Y K H S L
Decimal 221 1 14 0 1.00 0.94 0.13 356.45 0.99 0.44
Hex DD 1 E 0 64 5E D 164 63 2C
Octal 335 1 16 0 144 136 15 544 143 54
Binary 11011101 1 1110 0 1100100 1011110 1101 101100100 1100011 101100

Color Harmonies of #DD010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD010E

Black with #DD010E

Text Example


Text Example

White with #DD010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD010E; }

 p { color: rgb(221,1,14); }

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

background-color css

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

 a { background-color: rgb(221,1,14); }

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

border-color css

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

 span { border-color: rgb(221,1,14); }

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