Html Css Color HEX #DD3002 Harley Davidson Orange

📋 copy color: '#DD3002'

red 221 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3002

Tints of Harley Davidson Orange #DD3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 81.55%
G = 17.71%
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

#DD3002 (or 0xDD3002) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 02. RGB value is (221,48,2). Sum of RGB (Red+Green+Blue) = 221+48+2=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3002 is #22CFFD. Grayscale: #5E5E5E. Windows color (decimal): -2281470 or 143581. OLE color: 143581.

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

Color convert

RGB 221 48 2 -
CMYK 0 0.78 0.99 0.13
HSL 12.6º 0.98% 0.44% -
HSV(B) 12.6º 0.99% 0.87% -
XYZ 30.89 17.49 1.81 -
YUV 94.48 75.81 218.24 -
System Red Green Blue C M Y K H S L
Decimal 221 48 2 0 0.78 0.99 0.13 12.6 0.98 0.44
Hex DD 30 2 0 4E 63 D D 62 2C
Octal 335 60 2 0 116 143 15 15 142 54
Binary 11011101 110000 10 0 1001110 1100011 1101 1101 1100010 101100

Color Harmonies of #DD3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3002

Black with #DD3002

Text Example


Text Example

White with #DD3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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