Html Css Color HEX #DD3304 Harley Davidson Orange

📋 copy color: '#DD3304'

red 221 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #DD3304

Tints of Harley Davidson Orange #DD3304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 80.07%
G = 18.48%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD3304 (or 0xDD3304) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 04. RGB value is (221,51,4). Sum of RGB (Red+Green+Blue) = 221+51+4=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3304 is #22CCFB. Grayscale: #606060. Windows color (decimal): -2280700 or 275421. OLE color: 275421.

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

Color convert

RGB 221 51 4 -
CMYK 0 0.77 0.98 0.13
HSL 13º 0.96% 0.44% -
HSV(B) 13º 0.98% 0.87% -
XYZ 31.02 17.75 1.91 -
YUV 96.47 75.82 216.82 -
System Red Green Blue C M Y K H S L
Decimal 221 51 4 0 0.77 0.98 0.13 13 0.96 0.44
Hex DD 33 4 0 4D 62 D D 60 2C
Octal 335 63 4 0 115 142 15 15 140 54
Binary 11011101 110011 100 0 1001101 1100010 1101 1101 1100000 101100

Color Harmonies of #DD3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3304

Black with #DD3304

Text Example


Text Example

White with #DD3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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