Html Css Color HEX #DD451A Harley Davidson Orange

📋 copy color: '#DD451A'

red 221 ◦ green 69 ◦ blue 26

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

Shades of Harley Davidson Orange #DD451A

Tints of Harley Davidson Orange #DD451A

RGB

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

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

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

R = 69.94%
G = 21.84%
B = 8.23%

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

#DD451A (or 0xDD451A) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 1A. RGB value is (221,69,26). Sum of RGB (Red+Green+Blue) = 221+69+26=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD451A is #22BAE5. Grayscale: #6D6D6D. Windows color (decimal): -2276070 or 1721821. OLE color: 1721821.

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

Color convert

RGB 221 69 26 -
CMYK 0 0.69 0.88 0.13
HSL 13.23º 0.79% 0.48% -
HSV(B) 13.23º 0.88% 0.87% -
XYZ 32.13 19.7 3.09 -
YUV 109.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 221 69 26 0 0.69 0.88 0.13 13.23 0.79 0.48
Hex DD 45 1A 0 45 58 D D 4F 30
Octal 335 105 32 0 105 130 15 15 117 60
Binary 11011101 1000101 11010 0 1000101 1011000 1101 1101 1001111 110000

Color Harmonies of #DD451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD451A

Black with #DD451A

Text Example


Text Example

White with #DD451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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