Html Css Color HEX #DD321A Harley Davidson Orange

📋 copy color: '#DD321A'

red 221 ◦ green 50 ◦ blue 26

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

Shades of Harley Davidson Orange #DD321A

Tints of Harley Davidson Orange #DD321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 74.41%
G = 16.84%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD321A (or 0xDD321A) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 1A. RGB value is (221,50,26). Sum of RGB (Red+Green+Blue) = 221+50+26=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD321A is #22CDE5. Grayscale: #626262. Windows color (decimal): -2280934 or 1716957. OLE color: 1716957.

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

Color convert

RGB 221 50 26 -
CMYK 0 0.77 0.88 0.13
HSL 7.38º 0.79% 0.48% -
HSV(B) 7.38º 0.88% 0.87% -
XYZ 31.15 17.73 2.76 -
YUV 98.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 221 50 26 0 0.77 0.88 0.13 7.38 0.79 0.48
Hex DD 32 1A 0 4D 58 D 7 4F 30
Octal 335 62 32 0 115 130 15 7 117 60
Binary 11011101 110010 11010 0 1001101 1011000 1101 111 1001111 110000

Color Harmonies of #DD321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD321A

Black with #DD321A

Text Example


Text Example

White with #DD321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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