Html Css Color HEX #DD3013 Harley Davidson Orange

📋 copy color: '#DD3013'

red 221 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #DD3013

Tints of Harley Davidson Orange #DD3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 76.74%
G = 16.67%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3013 (or 0xDD3013) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 13. RGB value is (221,48,19). Sum of RGB (Red+Green+Blue) = 221+48+19=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3013 is #22CFEC. Grayscale: #606060. Windows color (decimal): -2281453 or 1257693. OLE color: 1257693.

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

Color convert

RGB 221 48 19 -
CMYK 0 0.78 0.91 0.13
HSL 8.61º 0.84% 0.47% -
HSV(B) 8.61º 0.91% 0.87% -
XYZ 30.99 17.53 2.37 -
YUV 96.42 84.31 216.86 -
System Red Green Blue C M Y K H S L
Decimal 221 48 19 0 0.78 0.91 0.13 8.61 0.84 0.47
Hex DD 30 13 0 4E 5B D 9 54 2F
Octal 335 60 23 0 116 133 15 11 124 57
Binary 11011101 110000 10011 0 1001110 1011011 1101 1001 1010100 101111

Color Harmonies of #DD3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3013

Black with #DD3013

Text Example


Text Example

White with #DD3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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