Html Css Color HEX #DD2613 Harley Davidson Orange

📋 copy color: '#DD2613'

red 221 ◦ green 38 ◦ blue 19

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

Shades of Harley Davidson Orange #DD2613

Tints of Harley Davidson Orange #DD2613

RGB

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

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

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

R = 79.5%
G = 13.67%
B = 6.83%

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

#DD2613 (or 0xDD2613) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 13. RGB value is (221,38,19). Sum of RGB (Red+Green+Blue) = 221+38+19=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2613 is #22D9EC. Grayscale: #5A5A5A. Windows color (decimal): -2284013 or 1255133. OLE color: 1255133.

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

Color convert

RGB 221 38 19 -
CMYK 0 0.83 0.91 0.13
HSL 5.64º 0.84% 0.47% -
HSV(B) 5.64º 0.91% 0.87% -
XYZ 30.63 16.81 2.25 -
YUV 90.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 221 38 19 0 0.83 0.91 0.13 5.64 0.84 0.47
Hex DD 26 13 0 53 5B D 6 54 2F
Octal 335 46 23 0 123 133 15 6 124 57
Binary 11011101 100110 10011 0 1010011 1011011 1101 110 1010100 101111

Color Harmonies of #DD2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2613

Black with #DD2613

Text Example


Text Example

White with #DD2613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2613; }

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

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

background-color css

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

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

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

border-color css

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

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

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