Html Css Color HEX #DD360F Harley Davidson Orange

📋 copy color: '#DD360F'

red 221 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #DD360F

Tints of Harley Davidson Orange #DD360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 76.21%
G = 18.62%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD360F (or 0xDD360F) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 0F. RGB value is (221,54,15). Sum of RGB (Red+Green+Blue) = 221+54+15=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD360F is #22C9F0. Grayscale: #636363. Windows color (decimal): -2279921 or 997085. OLE color: 997085.

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

Color convert

RGB 221 54 15 -
CMYK 0 0.76 0.93 0.13
HSL 11.36º 0.87% 0.46% -
HSV(B) 11.36º 0.93% 0.87% -
XYZ 31.22 18.04 2.29 -
YUV 99.49 80.33 214.67 -
System Red Green Blue C M Y K H S L
Decimal 221 54 15 0 0.76 0.93 0.13 11.36 0.87 0.46
Hex DD 36 F 0 4C 5D D B 57 2E
Octal 335 66 17 0 114 135 15 13 127 56
Binary 11011101 110110 1111 0 1001100 1011101 1101 1011 1010111 101110

Color Harmonies of #DD360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD360F

Black with #DD360F

Text Example


Text Example

White with #DD360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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