Html Css Color HEX #DD2502 Harley Davidson Orange

📋 copy color: '#DD2502'

red 221 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #DD2502

Tints of Harley Davidson Orange #DD2502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 85%
G = 14.23%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD2502 (or 0xDD2502) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 02. RGB value is (221,37,2). Sum of RGB (Red+Green+Blue) = 221+37+2=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2502 is #22DAFD. Grayscale: #585858. Windows color (decimal): -2284286 or 140765. OLE color: 140765.

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

Color convert

RGB 221 37 2 -
CMYK 0 0.83 0.99 0.13
HSL 9.59º 0.98% 0.44% -
HSV(B) 9.59º 0.99% 0.87% -
XYZ 30.49 16.7 1.67 -
YUV 88.03 79.46 222.85 -
System Red Green Blue C M Y K H S L
Decimal 221 37 2 0 0.83 0.99 0.13 9.59 0.98 0.44
Hex DD 25 2 0 53 63 D A 62 2C
Octal 335 45 2 0 123 143 15 12 142 54
Binary 11011101 100101 10 0 1010011 1100011 1101 1010 1100010 101100

Color Harmonies of #DD2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2502

Black with #DD2502

Text Example


Text Example

White with #DD2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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