Html Css Color HEX #DD471B Harley Davidson Orange

📋 copy color: '#DD471B'

red 221 ◦ green 71 ◦ blue 27

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

Shades of Harley Davidson Orange #DD471B

Tints of Harley Davidson Orange #DD471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 69.28%
G = 22.26%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD471B (or 0xDD471B) is known color: Harley Davidson Orange. HEX triplet: DD, 47 and 1B. RGB value is (221,71,27). Sum of RGB (Red+Green+Blue) = 221+71+27=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD471B is #22B8E4. Grayscale: #6F6F6F. Windows color (decimal): -2275557 or 1787869. OLE color: 1787869.

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

Color convert

RGB 221 71 27 -
CMYK 0 0.68 0.88 0.13
HSL 13.61º 0.78% 0.49% -
HSV(B) 13.61º 0.88% 0.87% -
XYZ 32.27 19.96 3.19 -
YUV 110.83 80.7 206.58 -
System Red Green Blue C M Y K H S L
Decimal 221 71 27 0 0.68 0.88 0.13 13.61 0.78 0.49
Hex DD 47 1B 0 44 58 D E 4E 31
Octal 335 107 33 0 104 130 15 16 116 61
Binary 11011101 1000111 11011 0 1000100 1011000 1101 1110 1001110 110001

Color Harmonies of #DD471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD471B

Black with #DD471B

Text Example


Text Example

White with #DD471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD471B; }

 p { color: rgb(221,71,27); }

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

background-color css

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

 a { background-color: rgb(221,71,27); }

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

border-color css

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

 span { border-color: rgb(221,71,27); }

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