Html Css Color HEX #DF1A0D Harley Davidson Orange

📋 copy color: '#DF1A0D'

red 223 ◦ green 26 ◦ blue 13

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

Shades of Harley Davidson Orange #DF1A0D

Tints of Harley Davidson Orange #DF1A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

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

R = 85.11%
G = 9.92%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF1A0D (or 0xDF1A0D) is known color: Harley Davidson Orange. HEX triplet: DF, 1A and 0D. RGB value is (223,26,13). Sum of RGB (Red+Green+Blue) = 223+26+13=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1A0D is #20E5F2. Grayscale: #535353. Windows color (decimal): -2156019 or 858847. OLE color: 858847.

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

Color convert

RGB 223 26 13 -
CMYK 0 0.88 0.94 0.13
HSL 3.71º 0.89% 0.46% -
HSV(B) 3.71º 0.94% 0.87% -
XYZ 30.87 16.46 1.93 -
YUV 83.42 88.27 227.56 -
System Red Green Blue C M Y K H S L
Decimal 223 26 13 0 0.88 0.94 0.13 3.71 0.89 0.46
Hex DF 1A D 0 58 5E D 4 59 2E
Octal 337 32 15 0 130 136 15 4 131 56
Binary 11011111 11010 1101 0 1011000 1011110 1101 100 1011001 101110

Color Harmonies of #DF1A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A0D

Black with #DF1A0D

Text Example


Text Example

White with #DF1A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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