Html Css Color HEX #DF1712 Harley Davidson Orange

📋 copy color: '#DF1712'

red 223 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #DF1712

Tints of Harley Davidson Orange #DF1712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 84.47%
G = 8.71%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF1712 (or 0xDF1712) is known color: Harley Davidson Orange. HEX triplet: DF, 17 and 12. RGB value is (223,23,18). Sum of RGB (Red+Green+Blue) = 223+23+18=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1712 is #20E8ED. Grayscale: #525252. Windows color (decimal): -2156782 or 1185759. OLE color: 1185759.

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

Color convert

RGB 223 23 18 -
CMYK 0 0.90 0.92 0.13
HSL 1.46º 0.85% 0.47% -
HSV(B) 1.46º 0.92% 0.87% -
XYZ 30.85 16.34 2.1 -
YUV 82.23 91.76 228.41 -
System Red Green Blue C M Y K H S L
Decimal 223 23 18 0 0.90 0.92 0.13 1.46 0.85 0.47
Hex DF 17 12 0 5A 5C D 1 55 2F
Octal 337 27 22 0 132 134 15 1 125 57
Binary 11011111 10111 10010 0 1011010 1011100 1101 1 1010101 101111

Color Harmonies of #DF1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1712

Black with #DF1712

Text Example


Text Example

White with #DF1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1712; }

 p { color: rgb(223,23,18); }

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

background-color css

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

 a { background-color: rgb(223,23,18); }

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

border-color css

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

 span { border-color: rgb(223,23,18); }

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