Html Css Color HEX #DF281E Harley Davidson Orange

📋 copy color: '#DF281E'

red 223 ◦ green 40 ◦ blue 30

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

Shades of Harley Davidson Orange #DF281E

Tints of Harley Davidson Orange #DF281E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 76.11%
G = 13.65%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF281E (or 0xDF281E) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 1E. RGB value is (223,40,30). Sum of RGB (Red+Green+Blue) = 223+40+30=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF281E is #20D7E1. Grayscale: #5D5D5D. Windows color (decimal): -2152418 or 1976543. OLE color: 1976543.

HSL color Cylindrical-coordinate representation of color #DF281E: hue angle of 3.11º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF281E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 30 -
CMYK 0 0.82 0.87 0.13
HSL 3.11º 0.76% 0.5% -
HSV(B) 3.11º 0.87% 0.87% -
XYZ 31.42 17.3 2.91 -
YUV 93.58 92.13 220.31 -
System Red Green Blue C M Y K H S L
Decimal 223 40 30 0 0.82 0.87 0.13 3.11 0.76 0.5
Hex DF 28 1E 0 52 57 D 3 4C 32
Octal 337 50 36 0 122 127 15 3 114 62
Binary 11011111 101000 11110 0 1010010 1010111 1101 11 1001100 110010

Color Harmonies of #DF281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF281E

Black with #DF281E

Text Example


Text Example

White with #DF281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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