Html Css Color HEX #DD301A Harley Davidson Orange

📋 copy color: '#DD301A'

red 221 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #DD301A

Tints of Harley Davidson Orange #DD301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 74.92%
G = 16.27%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD301A (or 0xDD301A) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 1A. RGB value is (221,48,26). Sum of RGB (Red+Green+Blue) = 221+48+26=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD301A is #22CFE5. Grayscale: #616161. Windows color (decimal): -2281446 or 1716445. OLE color: 1716445.

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

Color convert

RGB 221 48 26 -
CMYK 0 0.78 0.88 0.13
HSL 6.77º 0.79% 0.48% -
HSV(B) 6.77º 0.88% 0.87% -
XYZ 31.06 17.56 2.73 -
YUV 97.22 87.81 216.29 -
System Red Green Blue C M Y K H S L
Decimal 221 48 26 0 0.78 0.88 0.13 6.77 0.79 0.48
Hex DD 30 1A 0 4E 58 D 7 4F 30
Octal 335 60 32 0 116 130 15 7 117 60
Binary 11011101 110000 11010 0 1001110 1011000 1101 111 1001111 110000

Color Harmonies of #DD301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD301A

Black with #DD301A

Text Example


Text Example

White with #DD301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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