Html Css Color HEX #DD3E1C Harley Davidson Orange

📋 copy color: '#DD3E1C'

red 221 ◦ green 62 ◦ blue 28

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

Shades of Harley Davidson Orange #DD3E1C

Tints of Harley Davidson Orange #DD3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

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

R = 71.06%
G = 19.94%
B = 9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD3E1C (or 0xDD3E1C) is known color: Harley Davidson Orange. HEX triplet: DD, 3E and 1C. RGB value is (221,62,28). Sum of RGB (Red+Green+Blue) = 221+62+28=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E1C is #22C1E3. Grayscale: #696969. Windows color (decimal): -2277860 or 1851101. OLE color: 1851101.

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

Color convert

RGB 221 62 28 -
CMYK 0 0.72 0.87 0.13
HSL 10.57º 0.78% 0.49% -
HSV(B) 10.57º 0.87% 0.87% -
XYZ 31.75 18.9 3.07 -
YUV 105.67 84.18 210.26 -
System Red Green Blue C M Y K H S L
Decimal 221 62 28 0 0.72 0.87 0.13 10.57 0.78 0.49
Hex DD 3E 1C 0 48 57 D B 4E 31
Octal 335 76 34 0 110 127 15 13 116 61
Binary 11011101 111110 11100 0 1001000 1010111 1101 1011 1001110 110001

Color Harmonies of #DD3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E1C

Black with #DD3E1C

Text Example


Text Example

White with #DD3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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