Html Css Color HEX #DF3712 Harley Davidson Orange

📋 copy color: '#DF3712'

red 223 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #DF3712

Tints of Harley Davidson Orange #DF3712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 75.34%
G = 18.58%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF3712 (or 0xDF3712) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 12. RGB value is (223,55,18). Sum of RGB (Red+Green+Blue) = 223+55+18=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3712 is #20C8ED. Grayscale: #656565. Windows color (decimal): -2148590 or 1193951. OLE color: 1193951.

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

Color convert

RGB 223 55 18 -
CMYK 0 0.75 0.92 0.13
HSL 10.83º 0.85% 0.47% -
HSV(B) 10.83º 0.92% 0.87% -
XYZ 31.91 18.46 2.45 -
YUV 101.01 81.16 215.01 -
System Red Green Blue C M Y K H S L
Decimal 223 55 18 0 0.75 0.92 0.13 10.83 0.85 0.47
Hex DF 37 12 0 4B 5C D B 55 2F
Octal 337 67 22 0 113 134 15 13 125 57
Binary 11011111 110111 10010 0 1001011 1011100 1101 1011 1010101 101111

Color Harmonies of #DF3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3712

Black with #DF3712

Text Example


Text Example

White with #DF3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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