Html Css Color HEX #DD3009 Harley Davidson Orange

📋 copy color: '#DD3009'

red 221 ◦ green 48 ◦ blue 9

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

Shades of Harley Davidson Orange #DD3009

Tints of Harley Davidson Orange #DD3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 79.5%
G = 17.27%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD3009 (or 0xDD3009) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 09. RGB value is (221,48,9). Sum of RGB (Red+Green+Blue) = 221+48+9=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3009 is #22CFF6. Grayscale: #5F5F5F. Windows color (decimal): -2281463 or 602333. OLE color: 602333.

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

Color convert

RGB 221 48 9 -
CMYK 0 0.78 0.96 0.13
HSL 11.04º 0.92% 0.45% -
HSV(B) 11.04º 0.96% 0.87% -
XYZ 30.93 17.51 2.01 -
YUV 95.28 79.31 217.67 -
System Red Green Blue C M Y K H S L
Decimal 221 48 9 0 0.78 0.96 0.13 11.04 0.92 0.45
Hex DD 30 9 0 4E 60 D B 5C 2D
Octal 335 60 11 0 116 140 15 13 134 55
Binary 11011101 110000 1001 0 1001110 1100000 1101 1011 1011100 101101

Color Harmonies of #DD3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3009

Black with #DD3009

Text Example


Text Example

White with #DD3009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3009; }

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

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

background-color css

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

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

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

border-color css

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

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

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