Html Css Color HEX #DD481A Harley Davidson Orange

📋 copy color: '#DD481A'

red 221 ◦ green 72 ◦ blue 26

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

Shades of Harley Davidson Orange #DD481A

Tints of Harley Davidson Orange #DD481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 69.28%
G = 22.57%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD481A (or 0xDD481A) is known color: Harley Davidson Orange. HEX triplet: DD, 48 and 1A. RGB value is (221,72,26). Sum of RGB (Red+Green+Blue) = 221+72+26=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD481A is #22B7E5. Grayscale: #6F6F6F. Windows color (decimal): -2275302 or 1722589. OLE color: 1722589.

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

Color convert

RGB 221 72 26 -
CMYK 0 0.67 0.88 0.13
HSL 14.15º 0.79% 0.48% -
HSV(B) 14.15º 0.88% 0.87% -
XYZ 32.32 20.08 3.15 -
YUV 111.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 221 72 26 0 0.67 0.88 0.13 14.15 0.79 0.48
Hex DD 48 1A 0 43 58 D E 4F 30
Octal 335 110 32 0 103 130 15 16 117 60
Binary 11011101 1001000 11010 0 1000011 1011000 1101 1110 1001111 110000

Color Harmonies of #DD481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD481A

Black with #DD481A

Text Example


Text Example

White with #DD481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD481A; }

 p { color: rgb(221,72,26); }

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

background-color css

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

 a { background-color: rgb(221,72,26); }

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

border-color css

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

 span { border-color: rgb(221,72,26); }

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