Html Css Color HEX #DD4A1A Harley Davidson Orange

📋 copy color: '#DD4A1A'

red 221 ◦ green 74 ◦ blue 26

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

Shades of Harley Davidson Orange #DD4A1A

Tints of Harley Davidson Orange #DD4A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

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

R = 68.85%
G = 23.05%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD4A1A (or 0xDD4A1A) is known color: Harley Davidson Orange. HEX triplet: DD, 4A and 1A. RGB value is (221,74,26). Sum of RGB (Red+Green+Blue) = 221+74+26=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A1A is #22B5E5. Grayscale: #707070. Windows color (decimal): -2274790 or 1723101. OLE color: 1723101.

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

Color convert

RGB 221 74 26 -
CMYK 0 0.67 0.88 0.13
HSL 14.77º 0.79% 0.48% -
HSV(B) 14.77º 0.88% 0.87% -
XYZ 32.45 20.34 3.19 -
YUV 112.48 79.2 205.4 -
System Red Green Blue C M Y K H S L
Decimal 221 74 26 0 0.67 0.88 0.13 14.77 0.79 0.48
Hex DD 4A 1A 0 43 58 D F 4F 30
Octal 335 112 32 0 103 130 15 17 117 60
Binary 11011101 1001010 11010 0 1000011 1011000 1101 1111 1001111 110000

Color Harmonies of #DD4A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A1A

Black with #DD4A1A

Text Example


Text Example

White with #DD4A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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