Html Css Color HEX #DF3512 Harley Davidson Orange

📋 copy color: '#DF3512'

red 223 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #DF3512

Tints of Harley Davidson Orange #DF3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

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

R = 75.85%
G = 18.03%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF3512 (or 0xDF3512) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 12. RGB value is (223,53,18). Sum of RGB (Red+Green+Blue) = 223+53+18=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3512 is #20CAED. Grayscale: #646464. Windows color (decimal): -2149102 or 1193439. OLE color: 1193439.

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

Color convert

RGB 223 53 18 -
CMYK 0 0.76 0.92 0.13
HSL 10.24º 0.85% 0.47% -
HSV(B) 10.24º 0.92% 0.87% -
XYZ 31.81 18.28 2.42 -
YUV 99.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 223 53 18 0 0.76 0.92 0.13 10.24 0.85 0.47
Hex DF 35 12 0 4C 5C D A 55 2F
Octal 337 65 22 0 114 134 15 12 125 57
Binary 11011111 110101 10010 0 1001100 1011100 1101 1010 1010101 101111

Color Harmonies of #DF3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3512

Black with #DF3512

Text Example


Text Example

White with #DF3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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