Html Css Color HEX #DF411A Harley Davidson Orange

📋 copy color: '#DF411A'

red 223 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #DF411A

Tints of Harley Davidson Orange #DF411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 71.02%
G = 20.7%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF411A (or 0xDF411A) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 1A. RGB value is (223,65,26). Sum of RGB (Red+Green+Blue) = 223+65+26=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF411A is #20BEE5. Grayscale: #6C6C6C. Windows color (decimal): -2146022 or 1720799. OLE color: 1720799.

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

Color convert

RGB 223 65 26 -
CMYK 0 0.71 0.88 0.13
HSL 11.88º 0.79% 0.49% -
HSV(B) 11.88º 0.88% 0.87% -
XYZ 32.51 19.54 3.04 -
YUV 107.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 223 65 26 0 0.71 0.88 0.13 11.88 0.79 0.49
Hex DF 41 1A 0 47 58 D C 4F 31
Octal 337 101 32 0 107 130 15 14 117 61
Binary 11011111 1000001 11010 0 1000111 1011000 1101 1100 1001111 110001

Color Harmonies of #DF411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF411A

Black with #DF411A

Text Example


Text Example

White with #DF411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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