Html Css Color HEX #DD3302 Harley Davidson Orange

📋 copy color: '#DD3302'

red 221 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3302

Tints of Harley Davidson Orange #DD3302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 80.66%
G = 18.61%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3302 (or 0xDD3302) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 02. RGB value is (221,51,2). Sum of RGB (Red+Green+Blue) = 221+51+2=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3302 is #22CCFD. Grayscale: #606060. Windows color (decimal): -2280702 or 144349. OLE color: 144349.

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

Color convert

RGB 221 51 2 -
CMYK 0 0.77 0.99 0.13
HSL 13.42º 0.98% 0.44% -
HSV(B) 13.42º 0.99% 0.87% -
XYZ 31.01 17.74 1.85 -
YUV 96.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 221 51 2 0 0.77 0.99 0.13 13.42 0.98 0.44
Hex DD 33 2 0 4D 63 D D 62 2C
Octal 335 63 2 0 115 143 15 15 142 54
Binary 11011101 110011 10 0 1001101 1100011 1101 1101 1100010 101100

Color Harmonies of #DD3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3302

Black with #DD3302

Text Example


Text Example

White with #DD3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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