Html Css Color HEX #DF1C0D Harley Davidson Orange

📋 copy color: '#DF1C0D'

red 223 ◦ green 28 ◦ blue 13

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

Shades of Harley Davidson Orange #DF1C0D

Tints of Harley Davidson Orange #DF1C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.61%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 84.47%
G = 10.61%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF1C0D (or 0xDF1C0D) is known color: Harley Davidson Orange. HEX triplet: DF, 1C and 0D. RGB value is (223,28,13). Sum of RGB (Red+Green+Blue) = 223+28+13=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1C0D is #20E3F2. Grayscale: #545454. Windows color (decimal): -2155507 or 859359. OLE color: 859359.

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

Color convert

RGB 223 28 13 -
CMYK 0 0.87 0.94 0.13
HSL 4.29º 0.89% 0.46% -
HSV(B) 4.29º 0.94% 0.87% -
XYZ 30.92 16.55 1.95 -
YUV 84.6 87.6 226.72 -
System Red Green Blue C M Y K H S L
Decimal 223 28 13 0 0.87 0.94 0.13 4.29 0.89 0.46
Hex DF 1C D 0 57 5E D 4 59 2E
Octal 337 34 15 0 127 136 15 4 131 56
Binary 11011111 11100 1101 0 1010111 1011110 1101 100 1011001 101110

Color Harmonies of #DF1C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1C0D

Black with #DF1C0D

Text Example


Text Example

White with #DF1C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1C0D; }

 p { color: rgb(223,28,13); }

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

background-color css

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

 a { background-color: rgb(223,28,13); }

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

border-color css

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

 span { border-color: rgb(223,28,13); }

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