Html Css Color HEX #DD3E18 Harley Davidson Orange

📋 copy color: '#DD3E18'

red 221 ◦ green 62 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3E18

Tints of Harley Davidson Orange #DD3E18

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 71.99%
G = 20.2%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3E18 (or 0xDD3E18) is known color: Harley Davidson Orange. HEX triplet: DD, 3E and 18. RGB value is (221,62,24). Sum of RGB (Red+Green+Blue) = 221+62+24=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3E18 is #22C1E7. Grayscale: #696969. Windows color (decimal): -2277864 or 1588957. OLE color: 1588957.

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

Color convert

RGB 221 62 24 -
CMYK 0 0.72 0.89 0.13
HSL 11.57º 0.8% 0.48% -
HSV(B) 11.57º 0.89% 0.87% -
XYZ 31.71 18.88 2.84 -
YUV 105.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 221 62 24 0 0.72 0.89 0.13 11.57 0.8 0.48
Hex DD 3E 18 0 48 59 D C 50 30
Octal 335 76 30 0 110 131 15 14 120 60
Binary 11011101 111110 11000 0 1001000 1011001 1101 1100 1010000 110000

Color Harmonies of #DD3E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E18

Black with #DD3E18

Text Example


Text Example

White with #DD3E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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