Html Css Color HEX #DD2505 Harley Davidson Orange

📋 copy color: '#DD2505'

red 221 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #DD2505

Tints of Harley Davidson Orange #DD2505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 84.03%
G = 14.07%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD2505 (or 0xDD2505) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 05. RGB value is (221,37,5). Sum of RGB (Red+Green+Blue) = 221+37+5=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2505 is #22DAFA. Grayscale: #585858. Windows color (decimal): -2284283 or 337373. OLE color: 337373.

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

Color convert

RGB 221 37 5 -
CMYK 0 0.83 0.98 0.13
HSL 8.89º 0.96% 0.44% -
HSV(B) 8.89º 0.98% 0.87% -
XYZ 30.51 16.71 1.76 -
YUV 88.37 80.96 222.6 -
System Red Green Blue C M Y K H S L
Decimal 221 37 5 0 0.83 0.98 0.13 8.89 0.96 0.44
Hex DD 25 5 0 53 62 D 9 60 2C
Octal 335 45 5 0 123 142 15 11 140 54
Binary 11011101 100101 101 0 1010011 1100010 1101 1001 1100000 101100

Color Harmonies of #DD2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2505

Black with #DD2505

Text Example


Text Example

White with #DD2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2505; }

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

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

background-color css

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

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

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

border-color css

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

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

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