Html Css Color HEX #DF2219 Harley Davidson Orange

📋 copy color: '#DF2219'

red 223 ◦ green 34 ◦ blue 25

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

Shades of Harley Davidson Orange #DF2219

Tints of Harley Davidson Orange #DF2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

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

R = 79.08%
G = 12.06%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2219 (or 0xDF2219) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 19. RGB value is (223,34,25). Sum of RGB (Red+Green+Blue) = 223+34+25=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2219 is #20DDE6. Grayscale: #595959. Windows color (decimal): -2153959 or 1647327. OLE color: 1647327.

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

Color convert

RGB 223 34 25 -
CMYK 0 0.85 0.89 0.13
HSL 2.73º 0.8% 0.49% -
HSV(B) 2.73º 0.89% 0.87% -
XYZ 31.18 16.9 2.54 -
YUV 89.49 91.62 223.23 -
System Red Green Blue C M Y K H S L
Decimal 223 34 25 0 0.85 0.89 0.13 2.73 0.8 0.49
Hex DF 22 19 0 55 59 D 3 50 31
Octal 337 42 31 0 125 131 15 3 120 61
Binary 11011111 100010 11001 0 1010101 1011001 1101 11 1010000 110001

Color Harmonies of #DF2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2219

Black with #DF2219

Text Example


Text Example

White with #DF2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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