Html Css Color HEX #DF2511 Harley Davidson Orange

📋 copy color: '#DF2511'

red 223 ◦ green 37 ◦ blue 17

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

Shades of Harley Davidson Orange #DF2511

Tints of Harley Davidson Orange #DF2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 80.51%
G = 13.36%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF2511 (or 0xDF2511) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 11. RGB value is (223,37,17). Sum of RGB (Red+Green+Blue) = 223+37+17=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2511 is #20DAEE. Grayscale: #5A5A5A. Windows color (decimal): -2153199 or 1123807. OLE color: 1123807.

HSL color Cylindrical-coordinate representation of color #DF2511: hue angle of 5.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF2511 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 17 -
CMYK 0 0.83 0.92 0.13
HSL 5.83º 0.86% 0.47% -
HSV(B) 5.83º 0.92% 0.87% -
XYZ 31.19 17.05 2.18 -
YUV 90.33 86.62 222.63 -
System Red Green Blue C M Y K H S L
Decimal 223 37 17 0 0.83 0.92 0.13 5.83 0.86 0.47
Hex DF 25 11 0 53 5C D 6 56 2F
Octal 337 45 21 0 123 134 15 6 126 57
Binary 11011111 100101 10001 0 1010011 1011100 1101 110 1010110 101111

Color Harmonies of #DF2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2511

Black with #DF2511

Text Example


Text Example

White with #DF2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2511; }

 p { color: rgb(223,37,17); }

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

background-color css

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

 a { background-color: rgb(223,37,17); }

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

border-color css

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

 span { border-color: rgb(223,37,17); }

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