Html Css Color HEX #DF3612 Harley Davidson Orange

📋 copy color: '#DF3612'

red 223 ◦ green 54 ◦ blue 18

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

Shades of Harley Davidson Orange #DF3612

Tints of Harley Davidson Orange #DF3612

RGB

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

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

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

R = 75.59%
G = 18.31%
B = 6.1%

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

#DF3612 (or 0xDF3612) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 12. RGB value is (223,54,18). Sum of RGB (Red+Green+Blue) = 223+54+18=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3612 is #20C9ED. Grayscale: #646464. Windows color (decimal): -2148846 or 1193695. OLE color: 1193695.

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

Color convert

RGB 223 54 18 -
CMYK 0 0.76 0.92 0.13
HSL 10.54º 0.85% 0.47% -
HSV(B) 10.54º 0.92% 0.87% -
XYZ 31.86 18.37 2.44 -
YUV 100.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 223 54 18 0 0.76 0.92 0.13 10.54 0.85 0.47
Hex DF 36 12 0 4C 5C D B 55 2F
Octal 337 66 22 0 114 134 15 13 125 57
Binary 11011111 110110 10010 0 1001100 1011100 1101 1011 1010101 101111

Color Harmonies of #DF3612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3612

Black with #DF3612

Text Example


Text Example

White with #DF3612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3612; }

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

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

background-color css

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

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

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

border-color css

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

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

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