Html Css Color HEX #DD2B0F Harley Davidson Orange

📋 copy color: '#DD2B0F'

red 221 ◦ green 43 ◦ blue 15

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

Shades of Harley Davidson Orange #DD2B0F

Tints of Harley Davidson Orange #DD2B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 79.21%
G = 15.41%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD2B0F (or 0xDD2B0F) is known color: Harley Davidson Orange. HEX triplet: DD, 2B and 0F. RGB value is (221,43,15). Sum of RGB (Red+Green+Blue) = 221+43+15=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2B0F is #22D4F0. Grayscale: #5D5D5D. Windows color (decimal): -2282737 or 994269. OLE color: 994269.

HSL color Cylindrical-coordinate representation of color #DD2B0F: hue angle of 8.16º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD2B0F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 15 -
CMYK 0 0.81 0.93 0.13
HSL 8.16º 0.87% 0.46% -
HSV(B) 8.16º 0.93% 0.87% -
XYZ 30.77 17.13 2.14 -
YUV 93.03 83.97 219.28 -
System Red Green Blue C M Y K H S L
Decimal 221 43 15 0 0.81 0.93 0.13 8.16 0.87 0.46
Hex DD 2B F 0 51 5D D 8 57 2E
Octal 335 53 17 0 121 135 15 10 127 56
Binary 11011101 101011 1111 0 1010001 1011101 1101 1000 1010111 101110

Color Harmonies of #DD2B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B0F

Black with #DD2B0F

Text Example


Text Example

White with #DD2B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B0F; }

 p { color: rgb(221,43,15); }

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

background-color css

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

 a { background-color: rgb(221,43,15); }

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

border-color css

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

 span { border-color: rgb(221,43,15); }

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