Html Css Color HEX #DD361A Harley Davidson Orange

📋 copy color: '#DD361A'

red 221 ◦ green 54 ◦ blue 26

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

Shades of Harley Davidson Orange #DD361A

Tints of Harley Davidson Orange #DD361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 73.42%
G = 17.94%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD361A (or 0xDD361A) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 1A. RGB value is (221,54,26). Sum of RGB (Red+Green+Blue) = 221+54+26=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD361A is #22C9E5. Grayscale: #656565. Windows color (decimal): -2279910 or 1717981. OLE color: 1717981.

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

Color convert

RGB 221 54 26 -
CMYK 0 0.76 0.88 0.13
HSL 8.62º 0.79% 0.48% -
HSV(B) 8.62º 0.88% 0.87% -
XYZ 31.32 18.09 2.82 -
YUV 100.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 221 54 26 0 0.76 0.88 0.13 8.62 0.79 0.48
Hex DD 36 1A 0 4C 58 D 9 4F 30
Octal 335 66 32 0 114 130 15 11 117 60
Binary 11011101 110110 11010 0 1001100 1011000 1101 1001 1001111 110000

Color Harmonies of #DD361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD361A

Black with #DD361A

Text Example


Text Example

White with #DD361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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