Html Css Color HEX #DD341E Harley Davidson Orange

📋 copy color: '#DD341E'

red 221 ◦ green 52 ◦ blue 30

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

Shades of Harley Davidson Orange #DD341E

Tints of Harley Davidson Orange #DD341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 72.94%
G = 17.16%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD341E (or 0xDD341E) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 1E. RGB value is (221,52,30). Sum of RGB (Red+Green+Blue) = 221+52+30=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD341E is #22CBE1. Grayscale: #646464. Windows color (decimal): -2280418 or 1979613. OLE color: 1979613.

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

Color convert

RGB 221 52 30 -
CMYK 0 0.76 0.86 0.13
HSL 6.91º 0.76% 0.49% -
HSV(B) 6.91º 0.86% 0.87% -
XYZ 31.28 17.92 3.04 -
YUV 100.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 221 52 30 0 0.76 0.86 0.13 6.91 0.76 0.49
Hex DD 34 1E 0 4C 56 D 7 4C 31
Octal 335 64 36 0 114 126 15 7 114 61
Binary 11011101 110100 11110 0 1001100 1010110 1101 111 1001100 110001

Color Harmonies of #DD341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD341E

Black with #DD341E

Text Example


Text Example

White with #DD341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD341E; }

 p { color: rgb(221,52,30); }

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

background-color css

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

 a { background-color: rgb(221,52,30); }

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

border-color css

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

 span { border-color: rgb(221,52,30); }

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