Html Css Color HEX #DF2419 Harley Davidson Orange

📋 copy color: '#DF2419'

red 223 ◦ green 36 ◦ blue 25

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

Shades of Harley Davidson Orange #DF2419

Tints of Harley Davidson Orange #DF2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 78.52%
G = 12.68%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2419 (or 0xDF2419) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 19. RGB value is (223,36,25). Sum of RGB (Red+Green+Blue) = 223+36+25=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2419 is #20DBE6. Grayscale: #5A5A5A. Windows color (decimal): -2153447 or 1647839. OLE color: 1647839.

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

Color convert

RGB 223 36 25 -
CMYK 0 0.84 0.89 0.13
HSL 3.33º 0.8% 0.49% -
HSV(B) 3.33º 0.89% 0.87% -
XYZ 31.24 17.02 2.56 -
YUV 90.66 90.95 222.39 -
System Red Green Blue C M Y K H S L
Decimal 223 36 25 0 0.84 0.89 0.13 3.33 0.8 0.49
Hex DF 24 19 0 54 59 D 3 50 31
Octal 337 44 31 0 124 131 15 3 120 61
Binary 11011111 100100 11001 0 1010100 1011001 1101 11 1010000 110001

Color Harmonies of #DF2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2419

Black with #DF2419

Text Example


Text Example

White with #DF2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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