Html Css Color HEX #DD2C1A Harley Davidson Orange

📋 copy color: '#DD2C1A'

red 221 ◦ green 44 ◦ blue 26

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

Shades of Harley Davidson Orange #DD2C1A

Tints of Harley Davidson Orange #DD2C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 75.95%
G = 15.12%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD2C1A (or 0xDD2C1A) is known color: Harley Davidson Orange. HEX triplet: DD, 2C and 1A. RGB value is (221,44,26). Sum of RGB (Red+Green+Blue) = 221+44+26=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C1A is #22D3E5. Grayscale: #5F5F5F. Windows color (decimal): -2282470 or 1715421. OLE color: 1715421.

HSL color Cylindrical-coordinate representation of color #DD2C1A: hue angle of 5.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD2C1A is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 26 -
CMYK 0 0.80 0.88 0.13
HSL 5.54º 0.79% 0.48% -
HSV(B) 5.54º 0.88% 0.87% -
XYZ 30.91 17.25 2.68 -
YUV 94.87 89.14 217.96 -
System Red Green Blue C M Y K H S L
Decimal 221 44 26 0 0.80 0.88 0.13 5.54 0.79 0.48
Hex DD 2C 1A 0 50 58 D 6 4F 30
Octal 335 54 32 0 120 130 15 6 117 60
Binary 11011101 101100 11010 0 1010000 1011000 1101 110 1001111 110000

Color Harmonies of #DD2C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C1A

Black with #DD2C1A

Text Example


Text Example

White with #DD2C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C1A; }

 p { color: rgb(221,44,26); }

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

background-color css

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

 a { background-color: rgb(221,44,26); }

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

border-color css

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

 span { border-color: rgb(221,44,26); }

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