Html Css Color HEX #DF390B Harley Davidson Orange

📋 copy color: '#DF390B'

red 223 ◦ green 57 ◦ blue 11

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

Shades of Harley Davidson Orange #DF390B

Tints of Harley Davidson Orange #DF390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 76.63%
G = 19.59%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF390B (or 0xDF390B) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 0B. RGB value is (223,57,11). Sum of RGB (Red+Green+Blue) = 223+57+11=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF390B is #20C6F4. Grayscale: #656565. Windows color (decimal): -2148085 or 735711. OLE color: 735711.

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

Color convert

RGB 223 57 11 -
CMYK 0 0.74 0.95 0.13
HSL 13.02º 0.91% 0.46% -
HSV(B) 13.02º 0.95% 0.87% -
XYZ 31.95 18.64 2.23 -
YUV 101.39 77 214.74 -
System Red Green Blue C M Y K H S L
Decimal 223 57 11 0 0.74 0.95 0.13 13.02 0.91 0.46
Hex DF 39 B 0 4A 5F D D 5B 2E
Octal 337 71 13 0 112 137 15 15 133 56
Binary 11011111 111001 1011 0 1001010 1011111 1101 1101 1011011 101110

Color Harmonies of #DF390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF390B

Black with #DF390B

Text Example


Text Example

White with #DF390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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