Html Css Color HEX #DF1614 Harley Davidson Orange

📋 copy color: '#DF1614'

red 223 ◦ green 22 ◦ blue 20

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

Shades of Harley Davidson Orange #DF1614

Tints of Harley Davidson Orange #DF1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 84.15%
G = 8.3%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF1614 (or 0xDF1614) is known color: Harley Davidson Orange. HEX triplet: DF, 16 and 14. RGB value is (223,22,20). Sum of RGB (Red+Green+Blue) = 223+22+20=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1614 is #20E9EB. Grayscale: #525252. Windows color (decimal): -2157036 or 1316575. OLE color: 1316575.

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

Color convert

RGB 223 22 20 -
CMYK 0 0.90 0.91 0.13
HSL 0.59º 0.84% 0.48% -
HSV(B) 0.59º 0.91% 0.87% -
XYZ 30.84 16.31 2.18 -
YUV 81.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 223 22 20 0 0.90 0.91 0.13 0.59 0.84 0.48
Hex DF 16 14 0 5A 5B D 1 54 30
Octal 337 26 24 0 132 133 15 1 124 60
Binary 11011111 10110 10100 0 1011010 1011011 1101 1 1010100 110000

Color Harmonies of #DF1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1614

Black with #DF1614

Text Example


Text Example

White with #DF1614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1614; }

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

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

background-color css

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

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

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

border-color css

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

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

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