Html Css Color HEX #DD2507 Harley Davidson Orange

📋 copy color: '#DD2507'

red 221 ◦ green 37 ◦ blue 7

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

Shades of Harley Davidson Orange #DD2507

Tints of Harley Davidson Orange #DD2507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 83.4%
G = 13.96%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD2507 (or 0xDD2507) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 07. RGB value is (221,37,7). Sum of RGB (Red+Green+Blue) = 221+37+7=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2507 is #22DAF8. Grayscale: #585858. Windows color (decimal): -2284281 or 468445. OLE color: 468445.

HSL color Cylindrical-coordinate representation of color #DD2507: hue angle of 8.41º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD2507 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 7 -
CMYK 0 0.83 0.97 0.13
HSL 8.41º 0.94% 0.45% -
HSV(B) 8.41º 0.97% 0.87% -
XYZ 30.52 16.71 1.82 -
YUV 88.6 81.96 222.44 -
System Red Green Blue C M Y K H S L
Decimal 221 37 7 0 0.83 0.97 0.13 8.41 0.94 0.45
Hex DD 25 7 0 53 61 D 8 5E 2D
Octal 335 45 7 0 123 141 15 10 136 55
Binary 11011101 100101 111 0 1010011 1100001 1101 1000 1011110 101101

Color Harmonies of #DD2507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2507

Black with #DD2507

Text Example


Text Example

White with #DD2507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2507; }

 p { color: rgb(221,37,7); }

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

background-color css

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

 a { background-color: rgb(221,37,7); }

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

border-color css

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

 span { border-color: rgb(221,37,7); }

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