Html Css Color HEX #DD3008 Harley Davidson Orange

📋 copy color: '#DD3008'

red 221 ◦ green 48 ◦ blue 8

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

Shades of Harley Davidson Orange #DD3008

Tints of Harley Davidson Orange #DD3008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 79.78%
G = 17.33%
B = 2.89%

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

#DD3008 (or 0xDD3008) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 08. RGB value is (221,48,8). Sum of RGB (Red+Green+Blue) = 221+48+8=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3008 is #22CFF7. Grayscale: #5F5F5F. Windows color (decimal): -2281464 or 536797. OLE color: 536797.

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

Color convert

RGB 221 48 8 -
CMYK 0 0.78 0.96 0.13
HSL 11.27º 0.93% 0.45% -
HSV(B) 11.27º 0.96% 0.87% -
XYZ 30.92 17.5 1.98 -
YUV 95.17 78.81 217.75 -
System Red Green Blue C M Y K H S L
Decimal 221 48 8 0 0.78 0.96 0.13 11.27 0.93 0.45
Hex DD 30 8 0 4E 60 D B 5D 2D
Octal 335 60 10 0 116 140 15 13 135 55
Binary 11011101 110000 1000 0 1001110 1100000 1101 1011 1011101 101101

Color Harmonies of #DD3008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3008

Black with #DD3008

Text Example


Text Example

White with #DD3008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3008; }

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

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

background-color css

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

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

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

border-color css

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

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

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