Html Css Color HEX #DF2919 Harley Davidson Orange

📋 copy color: '#DF2919'

red 223 ◦ green 41 ◦ blue 25

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

Shades of Harley Davidson Orange #DF2919

Tints of Harley Davidson Orange #DF2919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

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

R = 77.16%
G = 14.19%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2919 (or 0xDF2919) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 19. RGB value is (223,41,25). Sum of RGB (Red+Green+Blue) = 223+41+25=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2919 is #20D6E6. Grayscale: #5D5D5D. Windows color (decimal): -2152167 or 1649119. OLE color: 1649119.

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

Color convert

RGB 223 41 25 -
CMYK 0 0.82 0.89 0.13
HSL 4.85º 0.8% 0.49% -
HSV(B) 4.85º 0.89% 0.87% -
XYZ 31.4 17.34 2.61 -
YUV 93.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 223 41 25 0 0.82 0.89 0.13 4.85 0.8 0.49
Hex DF 29 19 0 52 59 D 5 50 31
Octal 337 51 31 0 122 131 15 5 120 61
Binary 11011111 101001 11001 0 1010010 1011001 1101 101 1010000 110001

Color Harmonies of #DF2919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2919

Black with #DF2919

Text Example


Text Example

White with #DF2919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2919; }

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

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

background-color css

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

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

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

border-color css

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

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

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