Html Css Color HEX #DD3018 Harley Davidson Orange

📋 copy color: '#DD3018'

red 221 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3018

Tints of Harley Davidson Orange #DD3018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 75.43%
G = 16.38%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3018 (or 0xDD3018) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 18. RGB value is (221,48,24). Sum of RGB (Red+Green+Blue) = 221+48+24=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3018 is #22CFE7. Grayscale: #616161. Windows color (decimal): -2281448 or 1585373. OLE color: 1585373.

HSL color Cylindrical-coordinate representation of color #DD3018: hue angle of 7.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD3018 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 24 -
CMYK 0 0.78 0.89 0.13
HSL 7.31º 0.8% 0.48% -
HSV(B) 7.31º 0.89% 0.87% -
XYZ 31.04 17.55 2.62 -
YUV 96.99 86.81 216.45 -
System Red Green Blue C M Y K H S L
Decimal 221 48 24 0 0.78 0.89 0.13 7.31 0.8 0.48
Hex DD 30 18 0 4E 59 D 7 50 30
Octal 335 60 30 0 116 131 15 7 120 60
Binary 11011101 110000 11000 0 1001110 1011001 1101 111 1010000 110000

Color Harmonies of #DD3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3018

Black with #DD3018

Text Example


Text Example

White with #DD3018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3018; }

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

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

background-color css

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

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

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

border-color css

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

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

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