Html Css Color HEX #DF370B Harley Davidson Orange

📋 copy color: '#DF370B'

red 223 ◦ green 55 ◦ blue 11

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

Shades of Harley Davidson Orange #DF370B

Tints of Harley Davidson Orange #DF370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 77.16%
G = 19.03%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF370B (or 0xDF370B) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 0B. RGB value is (223,55,11). Sum of RGB (Red+Green+Blue) = 223+55+11=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF370B is #20C8F4. Grayscale: #646464. Windows color (decimal): -2148597 or 735199. OLE color: 735199.

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

Color convert

RGB 223 55 11 -
CMYK 0 0.75 0.95 0.13
HSL 12.45º 0.91% 0.46% -
HSV(B) 12.45º 0.95% 0.87% -
XYZ 31.86 18.44 2.2 -
YUV 100.22 77.66 215.58 -
System Red Green Blue C M Y K H S L
Decimal 223 55 11 0 0.75 0.95 0.13 12.45 0.91 0.46
Hex DF 37 B 0 4B 5F D C 5B 2E
Octal 337 67 13 0 113 137 15 14 133 56
Binary 11011111 110111 1011 0 1001011 1011111 1101 1100 1011011 101110

Color Harmonies of #DF370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF370B

Black with #DF370B

Text Example


Text Example

White with #DF370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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