Html Css Color HEX #DF390D Harley Davidson Orange

📋 copy color: '#DF390D'

red 223 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #DF390D

Tints of Harley Davidson Orange #DF390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 76.11%
G = 19.45%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF390D (or 0xDF390D) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 0D. RGB value is (223,57,13). Sum of RGB (Red+Green+Blue) = 223+57+13=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF390D is #20C6F2. Grayscale: #656565. Windows color (decimal): -2148083 or 866783. OLE color: 866783.

HSL color Cylindrical-coordinate representation of color #DF390D: hue angle of 12.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF390D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 57 13 -
CMYK 0 0.74 0.94 0.13
HSL 12.57º 0.89% 0.46% -
HSV(B) 12.57º 0.94% 0.87% -
XYZ 31.97 18.64 2.29 -
YUV 101.62 78 214.58 -
System Red Green Blue C M Y K H S L
Decimal 223 57 13 0 0.74 0.94 0.13 12.57 0.89 0.46
Hex DF 39 D 0 4A 5E D D 59 2E
Octal 337 71 15 0 112 136 15 15 131 56
Binary 11011111 111001 1101 0 1001010 1011110 1101 1101 1011001 101110

Color Harmonies of #DF390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF390D

Black with #DF390D

Text Example


Text Example

White with #DF390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF390D; }

 p { color: rgb(223,57,13); }

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

background-color css

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

 a { background-color: rgb(223,57,13); }

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

border-color css

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

 span { border-color: rgb(223,57,13); }

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