Html Css Color HEX #DD090D Venetian Red

📋 copy color: '#DD090D'

red 221 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #DD090D

Tints of Venetian Red #DD090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 90.95%
G = 3.7%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD090D (or 0xDD090D) is known color: Venetian Red. HEX triplet: DD, 09 and 0D. RGB value is (221,9,13). Sum of RGB (Red+Green+Blue) = 221+9+13=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD090D is #22F6F2. Grayscale: #494949. Windows color (decimal): -2291443 or 854493. OLE color: 854493.

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

Color convert

RGB 221 9 13 -
CMYK 0 0.96 0.94 0.13
HSL 358.87º 0.92% 0.45% -
HSV(B) 358.87º 0.96% 0.87% -
XYZ 29.99 15.6 1.81 -
YUV 72.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 221 9 13 0 0.96 0.94 0.13 358.87 0.92 0.45
Hex DD 9 D 0 60 5E D 167 5C 2D
Octal 335 11 15 0 140 136 15 547 134 55
Binary 11011101 1001 1101 0 1100000 1011110 1101 101100111 1011100 101101

Color Harmonies of #DD090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD090D

Black with #DD090D

Text Example


Text Example

White with #DD090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD090D; }

 p { color: rgb(221,9,13); }

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

background-color css

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

 a { background-color: rgb(221,9,13); }

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

border-color css

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

 span { border-color: rgb(221,9,13); }

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