Html Css Color HEX #DD4318 Harley Davidson Orange

📋 copy color: '#DD4318'

red 221 ◦ green 67 ◦ blue 24

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

Shades of Harley Davidson Orange #DD4318

Tints of Harley Davidson Orange #DD4318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 70.83%
G = 21.47%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD4318 (or 0xDD4318) is known color: Harley Davidson Orange. HEX triplet: DD, 43 and 18. RGB value is (221,67,24). Sum of RGB (Red+Green+Blue) = 221+67+24=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4318 is #22BCE7. Grayscale: #6C6C6C. Windows color (decimal): -2276584 or 1590237. OLE color: 1590237.

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

Color convert

RGB 221 67 24 -
CMYK 0 0.70 0.89 0.13
HSL 13.1º 0.8% 0.48% -
HSV(B) 13.1º 0.89% 0.87% -
XYZ 31.99 19.45 2.93 -
YUV 108.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 221 67 24 0 0.70 0.89 0.13 13.1 0.8 0.48
Hex DD 43 18 0 46 59 D D 50 30
Octal 335 103 30 0 106 131 15 15 120 60
Binary 11011101 1000011 11000 0 1000110 1011001 1101 1101 1010000 110000

Color Harmonies of #DD4318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4318

Black with #DD4318

Text Example


Text Example

White with #DD4318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4318; }

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

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

background-color css

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

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

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

border-color css

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

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

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