Html Css Color HEX #DD451B Harley Davidson Orange

📋 copy color: '#DD451B'

red 221 ◦ green 69 ◦ blue 27

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

Shades of Harley Davidson Orange #DD451B

Tints of Harley Davidson Orange #DD451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 69.72%
G = 21.77%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD451B (or 0xDD451B) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 1B. RGB value is (221,69,27). Sum of RGB (Red+Green+Blue) = 221+69+27=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD451B is #22BAE4. Grayscale: #6D6D6D. Windows color (decimal): -2276069 or 1787357. OLE color: 1787357.

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

Color convert

RGB 221 69 27 -
CMYK 0 0.69 0.88 0.13
HSL 12.99º 0.78% 0.49% -
HSV(B) 12.99º 0.88% 0.87% -
XYZ 32.14 19.71 3.15 -
YUV 109.66 81.36 207.42 -
System Red Green Blue C M Y K H S L
Decimal 221 69 27 0 0.69 0.88 0.13 12.99 0.78 0.49
Hex DD 45 1B 0 45 58 D D 4E 31
Octal 335 105 33 0 105 130 15 15 116 61
Binary 11011101 1000101 11011 0 1000101 1011000 1101 1101 1001110 110001

Color Harmonies of #DD451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD451B

Black with #DD451B

Text Example


Text Example

White with #DD451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD451B; }

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

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

background-color css

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

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

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

border-color css

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

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

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