Html Css Color HEX #DD3318 Harley Davidson Orange

📋 copy color: '#DD3318'

red 221 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3318

Tints of Harley Davidson Orange #DD3318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 74.66%
G = 17.23%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3318 (or 0xDD3318) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 18. RGB value is (221,51,24). Sum of RGB (Red+Green+Blue) = 221+51+24=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3318 is #22CCE7. Grayscale: #636363. Windows color (decimal): -2280680 or 1586141. OLE color: 1586141.

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

Color convert

RGB 221 51 24 -
CMYK 0 0.77 0.89 0.13
HSL 8.22º 0.8% 0.48% -
HSV(B) 8.22º 0.89% 0.87% -
XYZ 31.17 17.81 2.66 -
YUV 98.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 221 51 24 0 0.77 0.89 0.13 8.22 0.8 0.48
Hex DD 33 18 0 4D 59 D 8 50 30
Octal 335 63 30 0 115 131 15 10 120 60
Binary 11011101 110011 11000 0 1001101 1011001 1101 1000 1010000 110000

Color Harmonies of #DD3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3318

Black with #DD3318

Text Example


Text Example

White with #DD3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3318; }

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

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

background-color css

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

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

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

border-color css

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

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

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