Html Css Color HEX #DF1C19 Harley Davidson Orange

📋 copy color: '#DF1C19'

red 223 ◦ green 28 ◦ blue 25

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

Shades of Harley Davidson Orange #DF1C19

Tints of Harley Davidson Orange #DF1C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

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

R = 80.8%
G = 10.14%
B = 9.06%

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

#DF1C19 (or 0xDF1C19) is known color: Harley Davidson Orange. HEX triplet: DF, 1C and 19. RGB value is (223,28,25). Sum of RGB (Red+Green+Blue) = 223+28+25=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1C19 is #20E3E6. Grayscale: #565656. Windows color (decimal): -2155495 or 1645791. OLE color: 1645791.

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

Color convert

RGB 223 28 25 -
CMYK 0 0.87 0.89 0.13
HSL 0.91º 0.8% 0.49% -
HSV(B) 0.91º 0.89% 0.87% -
XYZ 31.02 16.59 2.49 -
YUV 85.96 93.6 225.74 -
System Red Green Blue C M Y K H S L
Decimal 223 28 25 0 0.87 0.89 0.13 0.91 0.8 0.49
Hex DF 1C 19 0 57 59 D 1 50 31
Octal 337 34 31 0 127 131 15 1 120 61
Binary 11011111 11100 11001 0 1010111 1011001 1101 1 1010000 110001

Color Harmonies of #DF1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1C19

Black with #DF1C19

Text Example


Text Example

White with #DF1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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