Html Css Color HEX #DF2C19 Harley Davidson Orange

📋 copy color: '#DF2C19'

red 223 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #DF2C19

Tints of Harley Davidson Orange #DF2C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.07%

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

R = 76.37%
G = 15.07%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2C19 (or 0xDF2C19) is known color: Harley Davidson Orange. HEX triplet: DF, 2C and 19. RGB value is (223,44,25). Sum of RGB (Red+Green+Blue) = 223+44+25=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2C19 is #20D3E6. Grayscale: #5F5F5F. Windows color (decimal): -2151399 or 1649887. OLE color: 1649887.

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

Color convert

RGB 223 44 25 -
CMYK 0 0.80 0.89 0.13
HSL 5.76º 0.8% 0.49% -
HSV(B) 5.76º 0.89% 0.87% -
XYZ 31.51 17.56 2.65 -
YUV 95.36 88.3 219.04 -
System Red Green Blue C M Y K H S L
Decimal 223 44 25 0 0.80 0.89 0.13 5.76 0.8 0.49
Hex DF 2C 19 0 50 59 D 6 50 31
Octal 337 54 31 0 120 131 15 6 120 61
Binary 11011111 101100 11001 0 1010000 1011001 1101 110 1010000 110001

Color Harmonies of #DF2C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C19

Black with #DF2C19

Text Example


Text Example

White with #DF2C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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