Html Css Color HEX #DD2318 Harley Davidson Orange

📋 copy color: '#DD2318'

red 221 ◦ green 35 ◦ blue 24

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

Shades of Harley Davidson Orange #DD2318

Tints of Harley Davidson Orange #DD2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

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

R = 78.93%
G = 12.5%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD2318 (or 0xDD2318) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 18. RGB value is (221,35,24). Sum of RGB (Red+Green+Blue) = 221+35+24=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2318 is #22DCE7. Grayscale: #595959. Windows color (decimal): -2284776 or 1582045. OLE color: 1582045.

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

Color convert

RGB 221 35 24 -
CMYK 0 0.84 0.89 0.13
HSL 3.35º 0.8% 0.48% -
HSV(B) 3.35º 0.89% 0.87% -
XYZ 30.58 16.64 2.46 -
YUV 89.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 221 35 24 0 0.84 0.89 0.13 3.35 0.8 0.48
Hex DD 23 18 0 54 59 D 3 50 30
Octal 335 43 30 0 124 131 15 3 120 60
Binary 11011101 100011 11000 0 1010100 1011001 1101 11 1010000 110000

Color Harmonies of #DD2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2318

Black with #DD2318

Text Example


Text Example

White with #DD2318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2318; }

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

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

background-color css

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

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

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

border-color css

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

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

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