Html Css Color HEX #DF311A Harley Davidson Orange

📋 copy color: '#DF311A'

red 223 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #DF311A

Tints of Harley Davidson Orange #DF311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 74.83%
G = 16.44%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF311A (or 0xDF311A) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 1A. RGB value is (223,49,26). Sum of RGB (Red+Green+Blue) = 223+49+26=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF311A is #20CEE5. Grayscale: #626262. Windows color (decimal): -2150118 or 1716703. OLE color: 1716703.

HSL color Cylindrical-coordinate representation of color #DF311A: hue angle of 7.01º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF311A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 49 26 -
CMYK 0 0.78 0.88 0.13
HSL 7.01º 0.79% 0.49% -
HSV(B) 7.01º 0.88% 0.87% -
XYZ 31.72 17.96 2.77 -
YUV 98.4 87.15 216.87 -
System Red Green Blue C M Y K H S L
Decimal 223 49 26 0 0.78 0.88 0.13 7.01 0.79 0.49
Hex DF 31 1A 0 4E 58 D 7 4F 31
Octal 337 61 32 0 116 130 15 7 117 61
Binary 11011111 110001 11010 0 1001110 1011000 1101 111 1001111 110001

Color Harmonies of #DF311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF311A

Black with #DF311A

Text Example


Text Example

White with #DF311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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