Html Css Color HEX #DD3813 Harley Davidson Orange

📋 copy color: '#DD3813'

red 221 ◦ green 56 ◦ blue 19

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

Shades of Harley Davidson Orange #DD3813

Tints of Harley Davidson Orange #DD3813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 74.66%
G = 18.92%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3813 (or 0xDD3813) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 13. RGB value is (221,56,19). Sum of RGB (Red+Green+Blue) = 221+56+19=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3813 is #22C7EC. Grayscale: #656565. Windows color (decimal): -2279405 or 1259741. OLE color: 1259741.

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

Color convert

RGB 221 56 19 -
CMYK 0 0.75 0.91 0.13
HSL 10.99º 0.84% 0.47% -
HSV(B) 10.99º 0.91% 0.87% -
XYZ 31.35 18.25 2.49 -
YUV 101.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 221 56 19 0 0.75 0.91 0.13 10.99 0.84 0.47
Hex DD 38 13 0 4B 5B D B 54 2F
Octal 335 70 23 0 113 133 15 13 124 57
Binary 11011101 111000 10011 0 1001011 1011011 1101 1011 1010100 101111

Color Harmonies of #DD3813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3813

Black with #DD3813

Text Example


Text Example

White with #DD3813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3813; }

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

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

background-color css

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

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

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

border-color css

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

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

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