Html Css Color HEX #DF280B Harley Davidson Orange

📋 copy color: '#DF280B'

red 223 ◦ green 40 ◦ blue 11

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

Shades of Harley Davidson Orange #DF280B

Tints of Harley Davidson Orange #DF280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 81.39%
G = 14.6%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF280B (or 0xDF280B) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 0B. RGB value is (223,40,11). Sum of RGB (Red+Green+Blue) = 223+40+11=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF280B is #20D7F4. Grayscale: #5B5B5B. Windows color (decimal): -2152437 or 731359. OLE color: 731359.

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

Color convert

RGB 223 40 11 -
CMYK 0 0.82 0.95 0.13
HSL 8.21º 0.91% 0.46% -
HSV(B) 8.21º 0.95% 0.87% -
XYZ 31.25 17.23 2 -
YUV 91.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 223 40 11 0 0.82 0.95 0.13 8.21 0.91 0.46
Hex DF 28 B 0 52 5F D 8 5B 2E
Octal 337 50 13 0 122 137 15 10 133 56
Binary 11011111 101000 1011 0 1010010 1011111 1101 1000 1011011 101110

Color Harmonies of #DF280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF280B

Black with #DF280B

Text Example


Text Example

White with #DF280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF280B; }

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

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

background-color css

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

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

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

border-color css

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

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

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