Html Css Color HEX #DD2904 Harley Davidson Orange

📋 copy color: '#DD2904'

red 221 ◦ green 41 ◦ blue 4

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

Shades of Harley Davidson Orange #DD2904

Tints of Harley Davidson Orange #DD2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 83.08%
G = 15.41%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD2904 (or 0xDD2904) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 04. RGB value is (221,41,4). Sum of RGB (Red+Green+Blue) = 221+41+4=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2904 is #22D6FB. Grayscale: #5A5A5A. Windows color (decimal): -2283260 or 272861. OLE color: 272861.

HSL color Cylindrical-coordinate representation of color #DD2904: hue angle of 10.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD2904 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 4 -
CMYK 0 0.81 0.98 0.13
HSL 10.23º 0.96% 0.44% -
HSV(B) 10.23º 0.98% 0.87% -
XYZ 30.63 16.97 1.78 -
YUV 90.6 79.13 221.01 -
System Red Green Blue C M Y K H S L
Decimal 221 41 4 0 0.81 0.98 0.13 10.23 0.96 0.44
Hex DD 29 4 0 51 62 D A 60 2C
Octal 335 51 4 0 121 142 15 12 140 54
Binary 11011101 101001 100 0 1010001 1100010 1101 1010 1100000 101100

Color Harmonies of #DD2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2904

Black with #DD2904

Text Example


Text Example

White with #DD2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2904; }

 p { color: rgb(221,41,4); }

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

background-color css

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

 a { background-color: rgb(221,41,4); }

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

border-color css

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

 span { border-color: rgb(221,41,4); }

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