Html Css Color HEX #DF360F Harley Davidson Orange

📋 copy color: '#DF360F'

red 223 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #DF360F

Tints of Harley Davidson Orange #DF360F

RGB

 RED value IS 223 (87.5% from 255) = 76.37%

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

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

R = 76.37%
G = 18.49%
B = 5.14%

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

#DF360F (or 0xDF360F) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 0F. RGB value is (223,54,15). Sum of RGB (Red+Green+Blue) = 223+54+15=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF360F is #20C9F0. Grayscale: #646464. Windows color (decimal): -2148849 or 997087. OLE color: 997087.

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

Color convert

RGB 223 54 15 -
CMYK 0 0.76 0.93 0.13
HSL 11.25º 0.87% 0.47% -
HSV(B) 11.25º 0.93% 0.87% -
XYZ 31.84 18.36 2.32 -
YUV 100.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 223 54 15 0 0.76 0.93 0.13 11.25 0.87 0.47
Hex DF 36 F 0 4C 5D D B 57 2F
Octal 337 66 17 0 114 135 15 13 127 57
Binary 11011111 110110 1111 0 1001100 1011101 1101 1011 1010111 101111

Color Harmonies of #DF360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF360F

Black with #DF360F

Text Example


Text Example

White with #DF360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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