Html Css Color HEX #DD3102 Harley Davidson Orange

📋 copy color: '#DD3102'

red 221 ◦ green 49 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3102

Tints of Harley Davidson Orange #DD3102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

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

R = 81.25%
G = 18.01%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3102 (or 0xDD3102) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 02. RGB value is (221,49,2). Sum of RGB (Red+Green+Blue) = 221+49+2=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3102 is #22CEFD. Grayscale: #5F5F5F. Windows color (decimal): -2281214 or 143837. OLE color: 143837.

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

Color convert

RGB 221 49 2 -
CMYK 0 0.78 0.99 0.13
HSL 12.88º 0.98% 0.44% -
HSV(B) 12.88º 0.99% 0.87% -
XYZ 30.93 17.57 1.82 -
YUV 95.07 75.48 217.82 -
System Red Green Blue C M Y K H S L
Decimal 221 49 2 0 0.78 0.99 0.13 12.88 0.98 0.44
Hex DD 31 2 0 4E 63 D D 62 2C
Octal 335 61 2 0 116 143 15 15 142 54
Binary 11011101 110001 10 0 1001110 1100011 1101 1101 1100010 101100

Color Harmonies of #DD3102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3102

Black with #DD3102

Text Example


Text Example

White with #DD3102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3102; }

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

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

background-color css

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

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

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

border-color css

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

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

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