Html Css Color HEX #DD3908 Harley Davidson Orange

📋 copy color: '#DD3908'

red 221 ◦ green 57 ◦ blue 8

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

Shades of Harley Davidson Orange #DD3908

Tints of Harley Davidson Orange #DD3908

RGB

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

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

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

R = 77.27%
G = 19.93%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD3908 (or 0xDD3908) is known color: Harley Davidson Orange. HEX triplet: DD, 39 and 08. RGB value is (221,57,8). Sum of RGB (Red+Green+Blue) = 221+57+8=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3908 is #22C6F7. Grayscale: #646464. Windows color (decimal): -2279160 or 539101. OLE color: 539101.

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

Color convert

RGB 221 57 8 -
CMYK 0 0.74 0.96 0.13
HSL 13.8º 0.93% 0.45% -
HSV(B) 13.8º 0.96% 0.87% -
XYZ 31.33 18.32 2.11 -
YUV 100.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 221 57 8 0 0.74 0.96 0.13 13.8 0.93 0.45
Hex DD 39 8 0 4A 60 D E 5D 2D
Octal 335 71 10 0 112 140 15 16 135 55
Binary 11011101 111001 1000 0 1001010 1100000 1101 1110 1011101 101101

Color Harmonies of #DD3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3908

Black with #DD3908

Text Example


Text Example

White with #DD3908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3908; }

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

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

background-color css

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

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

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

border-color css

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

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

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