Html Css Color HEX #DD001E Venetian Red

📋 copy color: '#DD001E'

red 221 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #DD001E

Tints of Venetian Red #DD001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 88.05%
G = 0%
B = 11.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD001E (or 0xDD001E) is known color: Venetian Red. HEX triplet: DD, 00 and 1E. RGB value is (221,0,30). Sum of RGB (Red+Green+Blue) = 221+0+30=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD001E is #22FFE1. Grayscale: #454545. Windows color (decimal): -2293730 or 1966301. OLE color: 1966301.

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

Color convert

RGB 221 0 30 -
CMYK 0 1 0.86 0.13
HSL 351.86º 1% 0.43% -
HSV(B) 351.86º 1% 0.87% -
XYZ 30.05 15.47 2.63 -
YUV 69.5 105.72 236.06 -
System Red Green Blue C M Y K H S L
Decimal 221 0 30 0 1 0.86 0.13 351.86 1 0.43
Hex DD 0 1E 0 64 56 D 160 64 2B
Octal 335 0 36 0 144 126 15 540 144 53
Binary 11011101 0 11110 0 1100100 1010110 1101 101100000 1100100 101011

Color Harmonies of #DD001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD001E

Black with #DD001E

Text Example


Text Example

White with #DD001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD001E; }

 p { color: rgb(221,0,30); }

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

background-color css

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

 a { background-color: rgb(221,0,30); }

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

border-color css

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

 span { border-color: rgb(221,0,30); }

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