Html Css Color HEX #DD390B Harley Davidson Orange

📋 copy color: '#DD390B'

red 221 ◦ green 57 ◦ blue 11

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

Shades of Harley Davidson Orange #DD390B

Tints of Harley Davidson Orange #DD390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.72%

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 76.47%
G = 19.72%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD390B (or 0xDD390B) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 0B. RGB value is (221,57,11). Sum of RGB (Red+Green+Blue) = 221+57+11=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD390B is #22C6F4. Grayscale: #656565. Windows color (decimal): -2279157 or 735709. OLE color: 735709.

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

Color convert

RGB 221 57 11 -
CMYK 0 0.74 0.95 0.13
HSL 13.14º 0.91% 0.45% -
HSV(B) 13.14º 0.95% 0.87% -
XYZ 31.34 18.32 2.2 -
YUV 100.79 77.33 213.74 -
System Red Green Blue C M Y K H S L
Decimal 221 57 11 0 0.74 0.95 0.13 13.14 0.91 0.45
Hex DD 39 B 0 4A 5F D D 5B 2D
Octal 335 71 13 0 112 137 15 15 133 55
Binary 11011101 111001 1011 0 1001010 1011111 1101 1101 1011011 101101

Color Harmonies of #DD390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD390B

Black with #DD390B

Text Example


Text Example

White with #DD390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD390B; }

 p { color: rgb(221,57,11); }

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

background-color css

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

 a { background-color: rgb(221,57,11); }

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

border-color css

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

 span { border-color: rgb(221,57,11); }

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