Html Css Color HEX #DF2119 Harley Davidson Orange

📋 copy color: '#DF2119'

red 223 ◦ green 33 ◦ blue 25

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

Shades of Harley Davidson Orange #DF2119

Tints of Harley Davidson Orange #DF2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 79.36%
G = 11.74%
B = 8.9%

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

#DF2119 (or 0xDF2119) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 19. RGB value is (223,33,25). Sum of RGB (Red+Green+Blue) = 223+33+25=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2119 is #20DEE6. Grayscale: #595959. Windows color (decimal): -2154215 or 1647071. OLE color: 1647071.

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

Color convert

RGB 223 33 25 -
CMYK 0 0.85 0.89 0.13
HSL 2.42º 0.8% 0.49% -
HSV(B) 2.42º 0.89% 0.87% -
XYZ 31.15 16.85 2.53 -
YUV 88.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 223 33 25 0 0.85 0.89 0.13 2.42 0.8 0.49
Hex DF 21 19 0 55 59 D 2 50 31
Octal 337 41 31 0 125 131 15 2 120 61
Binary 11011111 100001 11001 0 1010101 1011001 1101 10 1010000 110001

Color Harmonies of #DF2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2119

Black with #DF2119

Text Example


Text Example

White with #DF2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2119; }

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

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

background-color css

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

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

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

border-color css

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

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

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