Html Css Color HEX #DD090F Venetian Red

📋 copy color: '#DD090F'

red 221 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #DD090F

Tints of Venetian Red #DD090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 90.2%
G = 3.67%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD090F (or 0xDD090F) is known color: Venetian Red. HEX triplet: DD, 09 and 0F. RGB value is (221,9,15). Sum of RGB (Red+Green+Blue) = 221+9+15=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD090F is #22F6F0. Grayscale: #494949. Windows color (decimal): -2291441 or 985565. OLE color: 985565.

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

Color convert

RGB 221 9 15 -
CMYK 0 0.96 0.93 0.13
HSL 358.3º 0.92% 0.45% -
HSV(B) 358.3º 0.96% 0.87% -
XYZ 30 15.6 1.88 -
YUV 73.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 221 9 15 0 0.96 0.93 0.13 358.3 0.92 0.45
Hex DD 9 F 0 60 5D D 166 5C 2D
Octal 335 11 17 0 140 135 15 546 134 55
Binary 11011101 1001 1111 0 1100000 1011101 1101 101100110 1011100 101101

Color Harmonies of #DD090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD090F

Black with #DD090F

Text Example


Text Example

White with #DD090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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