Html Css Color HEX #DF360B Harley Davidson Orange

📋 copy color: '#DF360B'

red 223 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #DF360B

Tints of Harley Davidson Orange #DF360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 77.43%
G = 18.75%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF360B (or 0xDF360B) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 0B. RGB value is (223,54,11). Sum of RGB (Red+Green+Blue) = 223+54+11=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF360B is #20C9F4. Grayscale: #636363. Windows color (decimal): -2148853 or 734943. OLE color: 734943.

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

Color convert

RGB 223 54 11 -
CMYK 0 0.76 0.95 0.13
HSL 12.17º 0.91% 0.46% -
HSV(B) 12.17º 0.95% 0.87% -
XYZ 31.81 18.35 2.18 -
YUV 99.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 223 54 11 0 0.76 0.95 0.13 12.17 0.91 0.46
Hex DF 36 B 0 4C 5F D C 5B 2E
Octal 337 66 13 0 114 137 15 14 133 56
Binary 11011111 110110 1011 0 1001100 1011111 1101 1100 1011011 101110

Color Harmonies of #DF360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF360B

Black with #DF360B

Text Example


Text Example

White with #DF360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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