Html Css Color HEX #DD3A05 Harley Davidson Orange

📋 copy color: '#DD3A05'

red 221 ◦ green 58 ◦ blue 5

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

Shades of Harley Davidson Orange #DD3A05

Tints of Harley Davidson Orange #DD3A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 77.82%
G = 20.42%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD3A05 (or 0xDD3A05) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 05. RGB value is (221,58,5). Sum of RGB (Red+Green+Blue) = 221+58+5=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A05 is #22C5FA. Grayscale: #656565. Windows color (decimal): -2278907 or 342749. OLE color: 342749.

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

Color convert

RGB 221 58 5 -
CMYK 0 0.74 0.98 0.13
HSL 14.72º 0.96% 0.44% -
HSV(B) 14.72º 0.98% 0.87% -
XYZ 31.36 18.41 2.04 -
YUV 100.7 74 213.81 -
System Red Green Blue C M Y K H S L
Decimal 221 58 5 0 0.74 0.98 0.13 14.72 0.96 0.44
Hex DD 3A 5 0 4A 62 D F 60 2C
Octal 335 72 5 0 112 142 15 17 140 54
Binary 11011101 111010 101 0 1001010 1100010 1101 1111 1100000 101100

Color Harmonies of #DD3A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A05

Black with #DD3A05

Text Example


Text Example

White with #DD3A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A05; }

 p { color: rgb(221,58,5); }

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

background-color css

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

 a { background-color: rgb(221,58,5); }

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

border-color css

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

 span { border-color: rgb(221,58,5); }

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