Html Css Color HEX #DD3A1C Harley Davidson Orange

📋 copy color: '#DD3A1C'

red 221 ◦ green 58 ◦ blue 28

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

Shades of Harley Davidson Orange #DD3A1C

Tints of Harley Davidson Orange #DD3A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 71.99%
G = 18.89%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD3A1C (or 0xDD3A1C) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 1C. RGB value is (221,58,28). Sum of RGB (Red+Green+Blue) = 221+58+28=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A1C is #22C5E3. Grayscale: #676767. Windows color (decimal): -2278884 or 1850077. OLE color: 1850077.

HSL color Cylindrical-coordinate representation of color #DD3A1C: hue angle of 9.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD3A1C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 28 -
CMYK 0 0.74 0.87 0.13
HSL 9.33º 0.78% 0.49% -
HSV(B) 9.33º 0.87% 0.87% -
XYZ 31.54 18.48 3 -
YUV 103.32 85.5 211.94 -
System Red Green Blue C M Y K H S L
Decimal 221 58 28 0 0.74 0.87 0.13 9.33 0.78 0.49
Hex DD 3A 1C 0 4A 57 D 9 4E 31
Octal 335 72 34 0 112 127 15 11 116 61
Binary 11011101 111010 11100 0 1001010 1010111 1101 1001 1001110 110001

Color Harmonies of #DD3A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A1C

Black with #DD3A1C

Text Example


Text Example

White with #DD3A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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