Html Css Color HEX #D0360F Harley Davidson Orange

📋 copy color: '#D0360F'

red 208 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #D0360F

Tints of Harley Davidson Orange #D0360F

RGB

 RED value IS 208 (81.64% from 255) = 75.09%

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

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

R = 75.09%
G = 19.49%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0360F (or 0xD0360F) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 0F. RGB value is (208,54,15). Sum of RGB (Red+Green+Blue) = 208+54+15=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D0360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0360F is #2FC9F0. Grayscale: #5F5F5F. Windows color (decimal): -3131889 or 997072. OLE color: 997072.

HSL color Cylindrical-coordinate representation of color #D0360F: hue angle of 12.12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0360F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 15 -
CMYK 0 0.74 0.93 0.18
HSL 12.12º 0.87% 0.44% -
HSV(B) 12.12º 0.93% 0.82% -
XYZ 27.42 16.08 2.11 -
YUV 95.6 82.52 208.17 -
System Red Green Blue C M Y K H S L
Decimal 208 54 15 0 0.74 0.93 0.18 12.12 0.87 0.44
Hex D0 36 F 0 4A 5D 12 C 57 2C
Octal 320 66 17 0 112 135 22 14 127 54
Binary 11010000 110110 1111 0 1001010 1011101 10010 1100 1010111 101100

Color Harmonies of #D0360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0360F

Black with #D0360F

Text Example


Text Example

White with #D0360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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