Html Css Color HEX #DD3C1A Harley Davidson Orange

📋 copy color: '#DD3C1A'

red 221 ◦ green 60 ◦ blue 26

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

Shades of Harley Davidson Orange #DD3C1A

Tints of Harley Davidson Orange #DD3C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 71.99%
G = 19.54%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD3C1A (or 0xDD3C1A) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 1A. RGB value is (221,60,26). Sum of RGB (Red+Green+Blue) = 221+60+26=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C1A is #22C3E5. Grayscale: #686868. Windows color (decimal): -2278374 or 1719517. OLE color: 1719517.

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

Color convert

RGB 221 60 26 -
CMYK 0 0.73 0.88 0.13
HSL 10.46º 0.79% 0.48% -
HSV(B) 10.46º 0.88% 0.87% -
XYZ 31.62 18.68 2.92 -
YUV 104.26 83.84 211.26 -
System Red Green Blue C M Y K H S L
Decimal 221 60 26 0 0.73 0.88 0.13 10.46 0.79 0.48
Hex DD 3C 1A 0 49 58 D A 4F 30
Octal 335 74 32 0 111 130 15 12 117 60
Binary 11011101 111100 11010 0 1001001 1011000 1101 1010 1001111 110000

Color Harmonies of #DD3C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C1A

Black with #DD3C1A

Text Example


Text Example

White with #DD3C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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