Html Css Color HEX #DF1E19 Harley Davidson Orange

📋 copy color: '#DF1E19'

red 223 ◦ green 30 ◦ blue 25

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

Shades of Harley Davidson Orange #DF1E19

Tints of Harley Davidson Orange #DF1E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 80.22%
G = 10.79%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF1E19 (or 0xDF1E19) is known color: Harley Davidson Orange. HEX triplet: DF, 1E and 19. RGB value is (223,30,25). Sum of RGB (Red+Green+Blue) = 223+30+25=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1E19 is #20E1E6. Grayscale: #575757. Windows color (decimal): -2154983 or 1646303. OLE color: 1646303.

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

Color convert

RGB 223 30 25 -
CMYK 0 0.87 0.89 0.13
HSL 1.52º 0.8% 0.49% -
HSV(B) 1.52º 0.89% 0.87% -
XYZ 31.07 16.69 2.5 -
YUV 87.14 92.94 224.91 -
System Red Green Blue C M Y K H S L
Decimal 223 30 25 0 0.87 0.89 0.13 1.52 0.8 0.49
Hex DF 1E 19 0 57 59 D 2 50 31
Octal 337 36 31 0 127 131 15 2 120 61
Binary 11011111 11110 11001 0 1010111 1011001 1101 10 1010000 110001

Color Harmonies of #DF1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1E19

Black with #DF1E19

Text Example


Text Example

White with #DF1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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