Html Css Color HEX #DF1B16 Harley Davidson Orange

📋 copy color: '#DF1B16'

red 223 ◦ green 27 ◦ blue 22

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

Shades of Harley Davidson Orange #DF1B16

Tints of Harley Davidson Orange #DF1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

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

R = 81.99%
G = 9.93%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF1B16 (or 0xDF1B16) is known color: Harley Davidson Orange. HEX triplet: DF, 1B and 16. RGB value is (223,27,22). Sum of RGB (Red+Green+Blue) = 223+27+22=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1B16 is #20E4E9. Grayscale: #555555. Windows color (decimal): -2155754 or 1448927. OLE color: 1448927.

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

Color convert

RGB 223 27 22 -
CMYK 0 0.88 0.90 0.13
HSL 1.49º 0.82% 0.48% -
HSV(B) 1.49º 0.9% 0.87% -
XYZ 30.97 16.53 2.32 -
YUV 85.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 223 27 22 0 0.88 0.90 0.13 1.49 0.82 0.48
Hex DF 1B 16 0 58 5A D 1 52 30
Octal 337 33 26 0 130 132 15 1 122 60
Binary 11011111 11011 10110 0 1011000 1011010 1101 1 1010010 110000

Color Harmonies of #DF1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1B16

Black with #DF1B16

Text Example


Text Example

White with #DF1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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