Html Css Color HEX #DD3612 Harley Davidson Orange

📋 copy color: '#DD3612'

red 221 ◦ green 54 ◦ blue 18

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

Shades of Harley Davidson Orange #DD3612

Tints of Harley Davidson Orange #DD3612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

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

R = 75.43%
G = 18.43%
B = 6.14%

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

#DD3612 (or 0xDD3612) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 12. RGB value is (221,54,18). Sum of RGB (Red+Green+Blue) = 221+54+18=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3612 is #22C9ED. Grayscale: #646464. Windows color (decimal): -2279918 or 1193693. OLE color: 1193693.

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

Color convert

RGB 221 54 18 -
CMYK 0 0.76 0.92 0.13
HSL 10.64º 0.85% 0.47% -
HSV(B) 10.64º 0.92% 0.87% -
XYZ 31.25 18.05 2.41 -
YUV 99.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 221 54 18 0 0.76 0.92 0.13 10.64 0.85 0.47
Hex DD 36 12 0 4C 5C D B 55 2F
Octal 335 66 22 0 114 134 15 13 125 57
Binary 11011101 110110 10010 0 1001100 1011100 1101 1011 1010101 101111

Color Harmonies of #DD3612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3612

Black with #DD3612

Text Example


Text Example

White with #DD3612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3612; }

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

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

background-color css

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

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

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

border-color css

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

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

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