Html Css Color HEX #DD000E Venetian Red

📋 copy color: '#DD000E'

red 221 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #DD000E

Tints of Venetian Red #DD000E

RGB

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

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

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

R = 94.04%
G = 0%
B = 5.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD000E (or 0xDD000E) is known color: Venetian Red. HEX triplet: DD, 00 and 0E. RGB value is (221,0,14). Sum of RGB (Red+Green+Blue) = 221+0+14=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD000E is #22FFF1. Grayscale: #434343. Windows color (decimal): -2293746 or 917725. OLE color: 917725.

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

Color convert

RGB 221 0 14 -
CMYK 0 1 0.94 0.13
HSL 356.2º 1% 0.43% -
HSV(B) 356.2º 1% 0.87% -
XYZ 29.9 15.4 1.81 -
YUV 67.68 97.72 237.36 -
System Red Green Blue C M Y K H S L
Decimal 221 0 14 0 1 0.94 0.13 356.2 1 0.43
Hex DD 0 E 0 64 5E D 164 64 2B
Octal 335 0 16 0 144 136 15 544 144 53
Binary 11011101 0 1110 0 1100100 1011110 1101 101100100 1100100 101011

Color Harmonies of #DD000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD000E

Black with #DD000E

Text Example


Text Example

White with #DD000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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