Html Css Color HEX #DD3F13 Harley Davidson Orange

📋 copy color: '#DD3F13'

red 221 ◦ green 63 ◦ blue 19

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

Shades of Harley Davidson Orange #DD3F13

Tints of Harley Davidson Orange #DD3F13

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 72.94%
G = 20.79%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3F13 (or 0xDD3F13) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 13. RGB value is (221,63,19). Sum of RGB (Red+Green+Blue) = 221+63+19=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F13 is #22C0EC. Grayscale: #696969. Windows color (decimal): -2277613 or 1261533. OLE color: 1261533.

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

Color convert

RGB 221 63 19 -
CMYK 0 0.71 0.91 0.13
HSL 13.07º 0.84% 0.47% -
HSV(B) 13.07º 0.91% 0.87% -
XYZ 31.71 18.97 2.61 -
YUV 105.23 79.35 210.58 -
System Red Green Blue C M Y K H S L
Decimal 221 63 19 0 0.71 0.91 0.13 13.07 0.84 0.47
Hex DD 3F 13 0 47 5B D D 54 2F
Octal 335 77 23 0 107 133 15 15 124 57
Binary 11011101 111111 10011 0 1000111 1011011 1101 1101 1010100 101111

Color Harmonies of #DD3F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F13

Black with #DD3F13

Text Example


Text Example

White with #DD3F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F13; }

 p { color: rgb(221,63,19); }

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

background-color css

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

 a { background-color: rgb(221,63,19); }

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

border-color css

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

 span { border-color: rgb(221,63,19); }

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