Html Css Color HEX #DD240F Harley Davidson Orange

📋 copy color: '#DD240F'

red 221 ◦ green 36 ◦ blue 15

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

Shades of Harley Davidson Orange #DD240F

Tints of Harley Davidson Orange #DD240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.24%

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

R = 81.25%
G = 13.24%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD240F (or 0xDD240F) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 0F. RGB value is (221,36,15). Sum of RGB (Red+Green+Blue) = 221+36+15=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD240F is #22DBF0. Grayscale: #595959. Windows color (decimal): -2284529 or 992477. OLE color: 992477.

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

Color convert

RGB 221 36 15 -
CMYK 0 0.84 0.93 0.13
HSL 6.12º 0.87% 0.46% -
HSV(B) 6.12º 0.93% 0.87% -
XYZ 30.54 16.67 2.06 -
YUV 88.92 86.29 222.21 -
System Red Green Blue C M Y K H S L
Decimal 221 36 15 0 0.84 0.93 0.13 6.12 0.87 0.46
Hex DD 24 F 0 54 5D D 6 57 2E
Octal 335 44 17 0 124 135 15 6 127 56
Binary 11011101 100100 1111 0 1010100 1011101 1101 110 1010111 101110

Color Harmonies of #DD240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD240F

Black with #DD240F

Text Example


Text Example

White with #DD240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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