Html Css Color HEX #DF2618 Harley Davidson Orange

📋 copy color: '#DF2618'

red 223 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #DF2618

Tints of Harley Davidson Orange #DF2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 78.25%
G = 13.33%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2618 (or 0xDF2618) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 18. RGB value is (223,38,24). Sum of RGB (Red+Green+Blue) = 223+38+24=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2618 is #20D9E7. Grayscale: #5B5B5B. Windows color (decimal): -2152936 or 1582815. OLE color: 1582815.

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

Color convert

RGB 223 38 24 -
CMYK 0 0.83 0.89 0.13
HSL 4.22º 0.81% 0.48% -
HSV(B) 4.22º 0.89% 0.87% -
XYZ 31.29 17.14 2.52 -
YUV 91.72 89.79 221.64 -
System Red Green Blue C M Y K H S L
Decimal 223 38 24 0 0.83 0.89 0.13 4.22 0.81 0.48
Hex DF 26 18 0 53 59 D 4 51 30
Octal 337 46 30 0 123 131 15 4 121 60
Binary 11011111 100110 11000 0 1010011 1011001 1101 100 1010001 110000

Color Harmonies of #DF2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2618

Black with #DF2618

Text Example


Text Example

White with #DF2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2618; }

 p { color: rgb(223,38,24); }

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

background-color css

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

 a { background-color: rgb(223,38,24); }

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

border-color css

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

 span { border-color: rgb(223,38,24); }

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