Html Css Color HEX #DD3818 Harley Davidson Orange

📋 copy color: '#DD3818'

red 221 ◦ green 56 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3818

Tints of Harley Davidson Orange #DD3818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 73.42%
G = 18.6%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3818 (or 0xDD3818) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 18. RGB value is (221,56,24). Sum of RGB (Red+Green+Blue) = 221+56+24=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3818 is #22C7E7. Grayscale: #656565. Windows color (decimal): -2279400 or 1587421. OLE color: 1587421.

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

Color convert

RGB 221 56 24 -
CMYK 0 0.75 0.89 0.13
HSL 9.75º 0.8% 0.48% -
HSV(B) 9.75º 0.89% 0.87% -
XYZ 31.4 18.27 2.74 -
YUV 101.69 84.16 213.1 -
System Red Green Blue C M Y K H S L
Decimal 221 56 24 0 0.75 0.89 0.13 9.75 0.8 0.48
Hex DD 38 18 0 4B 59 D A 50 30
Octal 335 70 30 0 113 131 15 12 120 60
Binary 11011101 111000 11000 0 1001011 1011001 1101 1010 1010000 110000

Color Harmonies of #DD3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3818

Black with #DD3818

Text Example


Text Example

White with #DD3818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3818; }

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

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

background-color css

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

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

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

border-color css

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

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

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