Html Css Color HEX #DD3D18 Harley Davidson Orange

📋 copy color: '#DD3D18'

red 221 ◦ green 61 ◦ blue 24

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

Shades of Harley Davidson Orange #DD3D18

Tints of Harley Davidson Orange #DD3D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.93%

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

R = 72.22%
G = 19.93%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD3D18 (or 0xDD3D18) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 18. RGB value is (221,61,24). Sum of RGB (Red+Green+Blue) = 221+61+24=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D18 is #22C2E7. Grayscale: #686868. Windows color (decimal): -2278120 or 1588701. OLE color: 1588701.

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

Color convert

RGB 221 61 24 -
CMYK 0 0.72 0.89 0.13
HSL 11.27º 0.8% 0.48% -
HSV(B) 11.27º 0.89% 0.87% -
XYZ 31.65 18.78 2.82 -
YUV 104.62 82.51 211.01 -
System Red Green Blue C M Y K H S L
Decimal 221 61 24 0 0.72 0.89 0.13 11.27 0.8 0.48
Hex DD 3D 18 0 48 59 D B 50 30
Octal 335 75 30 0 110 131 15 13 120 60
Binary 11011101 111101 11000 0 1001000 1011001 1101 1011 1010000 110000

Color Harmonies of #DD3D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D18

Black with #DD3D18

Text Example


Text Example

White with #DD3D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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