Html Css Color HEX #DF3114 Harley Davidson Orange

📋 copy color: '#DF3114'

red 223 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #DF3114

Tints of Harley Davidson Orange #DF3114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 76.37%
G = 16.78%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3114 (or 0xDF3114) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 14. RGB value is (223,49,20). Sum of RGB (Red+Green+Blue) = 223+49+20=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3114 is #20CEEB. Grayscale: #626262. Windows color (decimal): -2150124 or 1323487. OLE color: 1323487.

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

Color convert

RGB 223 49 20 -
CMYK 0 0.78 0.91 0.13
HSL 8.57º 0.84% 0.48% -
HSV(B) 8.57º 0.91% 0.87% -
XYZ 31.66 17.94 2.46 -
YUV 97.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 223 49 20 0 0.78 0.91 0.13 8.57 0.84 0.48
Hex DF 31 14 0 4E 5B D 9 54 30
Octal 337 61 24 0 116 133 15 11 124 60
Binary 11011111 110001 10100 0 1001110 1011011 1101 1001 1010100 110000

Color Harmonies of #DF3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3114

Black with #DF3114

Text Example


Text Example

White with #DF3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3114; }

 p { color: rgb(223,49,20); }

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

background-color css

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

 a { background-color: rgb(223,49,20); }

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

border-color css

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

 span { border-color: rgb(223,49,20); }

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