Html Css Color HEX #DD2614 Harley Davidson Orange

📋 copy color: '#DD2614'

red 221 ◦ green 38 ◦ blue 20

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

Shades of Harley Davidson Orange #DD2614

Tints of Harley Davidson Orange #DD2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 79.21%
G = 13.62%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD2614 (or 0xDD2614) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 14. RGB value is (221,38,20). Sum of RGB (Red+Green+Blue) = 221+38+20=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2614 is #22D9EB. Grayscale: #5A5A5A. Windows color (decimal): -2284012 or 1320669. OLE color: 1320669.

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

Color convert

RGB 221 38 20 -
CMYK 0 0.83 0.91 0.13
HSL 5.37º 0.83% 0.47% -
HSV(B) 5.37º 0.91% 0.87% -
XYZ 30.64 16.81 2.29 -
YUV 90.67 88.13 220.96 -
System Red Green Blue C M Y K H S L
Decimal 221 38 20 0 0.83 0.91 0.13 5.37 0.83 0.47
Hex DD 26 14 0 53 5B D 5 53 2F
Octal 335 46 24 0 123 133 15 5 123 57
Binary 11011101 100110 10100 0 1010011 1011011 1101 101 1010011 101111

Color Harmonies of #DD2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2614

Black with #DD2614

Text Example


Text Example

White with #DD2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2614; }

 p { color: rgb(221,38,20); }

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

background-color css

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

 a { background-color: rgb(221,38,20); }

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

border-color css

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

 span { border-color: rgb(221,38,20); }

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