Html Css Color HEX #DF1816 Harley Davidson Orange

📋 copy color: '#DF1816'

red 223 ◦ green 24 ◦ blue 22

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

Shades of Harley Davidson Orange #DF1816

Tints of Harley Davidson Orange #DF1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 82.9%
G = 8.92%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF1816 (or 0xDF1816) is known color: Harley Davidson Orange. HEX triplet: DF, 18 and 16. RGB value is (223,24,22). Sum of RGB (Red+Green+Blue) = 223+24+22=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1816 is #20E7E9. Grayscale: #535353. Windows color (decimal): -2156522 or 1448159. OLE color: 1448159.

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

Color convert

RGB 223 24 22 -
CMYK 0 0.89 0.90 0.13
HSL 0.6º 0.82% 0.48% -
HSV(B) 0.6º 0.9% 0.87% -
XYZ 30.9 16.4 2.3 -
YUV 83.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 223 24 22 0 0.89 0.90 0.13 0.6 0.82 0.48
Hex DF 18 16 0 59 5A D 1 52 30
Octal 337 30 26 0 131 132 15 1 122 60
Binary 11011111 11000 10110 0 1011001 1011010 1101 1 1010010 110000

Color Harmonies of #DF1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1816

Black with #DF1816

Text Example


Text Example

White with #DF1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1816; }

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

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

background-color css

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

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

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

border-color css

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

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

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