Html Css Color HEX #DD3412 Harley Davidson Orange

📋 copy color: '#DD3412'

red 221 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #DD3412

Tints of Harley Davidson Orange #DD3412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 75.95%
G = 17.87%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD3412 (or 0xDD3412) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 12. RGB value is (221,52,18). Sum of RGB (Red+Green+Blue) = 221+52+18=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3412 is #22CBED. Grayscale: #626262. Windows color (decimal): -2280430 or 1193181. OLE color: 1193181.

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

Color convert

RGB 221 52 18 -
CMYK 0 0.76 0.92 0.13
HSL 10.05º 0.85% 0.47% -
HSV(B) 10.05º 0.92% 0.87% -
XYZ 31.16 17.87 2.38 -
YUV 98.66 82.49 215.26 -
System Red Green Blue C M Y K H S L
Decimal 221 52 18 0 0.76 0.92 0.13 10.05 0.85 0.47
Hex DD 34 12 0 4C 5C D A 55 2F
Octal 335 64 22 0 114 134 15 12 125 57
Binary 11011101 110100 10010 0 1001100 1011100 1101 1010 1010101 101111

Color Harmonies of #DD3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3412

Black with #DD3412

Text Example


Text Example

White with #DD3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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