Html Css Color HEX #DD3308 Harley Davidson Orange

📋 copy color: '#DD3308'

red 221 ◦ green 51 ◦ blue 8

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

Shades of Harley Davidson Orange #DD3308

Tints of Harley Davidson Orange #DD3308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 78.93%
G = 18.21%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD3308 (or 0xDD3308) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 08. RGB value is (221,51,8). Sum of RGB (Red+Green+Blue) = 221+51+8=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3308 is #22CCF7. Grayscale: #616161. Windows color (decimal): -2280696 or 537565. OLE color: 537565.

HSL color Cylindrical-coordinate representation of color #DD3308: hue angle of 12.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD3308 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 8 -
CMYK 0 0.77 0.96 0.13
HSL 12.11º 0.93% 0.45% -
HSV(B) 12.11º 0.96% 0.87% -
XYZ 31.05 17.76 2.02 -
YUV 96.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 221 51 8 0 0.77 0.96 0.13 12.11 0.93 0.45
Hex DD 33 8 0 4D 60 D C 5D 2D
Octal 335 63 10 0 115 140 15 14 135 55
Binary 11011101 110011 1000 0 1001101 1100000 1101 1100 1011101 101101

Color Harmonies of #DD3308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3308

Black with #DD3308

Text Example


Text Example

White with #DD3308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3308; }

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

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

background-color css

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

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

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

border-color css

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

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

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