Html Css Color HEX #DF1E0A Harley Davidson Orange

📋 copy color: '#DF1E0A'

red 223 ◦ green 30 ◦ blue 10

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

Shades of Harley Davidson Orange #DF1E0A

Tints of Harley Davidson Orange #DF1E0A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 84.79%
G = 11.41%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF1E0A (or 0xDF1E0A) is known color: Harley Davidson Orange. HEX triplet: DF, 1E and 0A. RGB value is (223,30,10). Sum of RGB (Red+Green+Blue) = 223+30+10=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1E0A is #20E1F5. Grayscale: #555555. Windows color (decimal): -2154998 or 663263. OLE color: 663263.

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

Color convert

RGB 223 30 10 -
CMYK 0 0.87 0.96 0.13
HSL 5.63º 0.91% 0.46% -
HSV(B) 5.63º 0.96% 0.87% -
XYZ 30.95 16.64 1.87 -
YUV 85.43 85.44 226.13 -
System Red Green Blue C M Y K H S L
Decimal 223 30 10 0 0.87 0.96 0.13 5.63 0.91 0.46
Hex DF 1E A 0 57 60 D 6 5B 2E
Octal 337 36 12 0 127 140 15 6 133 56
Binary 11011111 11110 1010 0 1010111 1100000 1101 110 1011011 101110

Color Harmonies of #DF1E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1E0A

Black with #DF1E0A

Text Example


Text Example

White with #DF1E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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