Html Css Color HEX #DF441A Harley Davidson Orange

📋 copy color: '#DF441A'

red 223 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #DF441A

Tints of Harley Davidson Orange #DF441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 70.35%
G = 21.45%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF441A (or 0xDF441A) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 1A. RGB value is (223,68,26). Sum of RGB (Red+Green+Blue) = 223+68+26=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF441A is #20BBE5. Grayscale: #6D6D6D. Windows color (decimal): -2145254 or 1721567. OLE color: 1721567.

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

Color convert

RGB 223 68 26 -
CMYK 0 0.70 0.88 0.13
HSL 12.79º 0.79% 0.49% -
HSV(B) 12.79º 0.88% 0.87% -
XYZ 32.69 19.9 3.1 -
YUV 109.56 80.85 208.92 -
System Red Green Blue C M Y K H S L
Decimal 223 68 26 0 0.70 0.88 0.13 12.79 0.79 0.49
Hex DF 44 1A 0 46 58 D D 4F 31
Octal 337 104 32 0 106 130 15 15 117 61
Binary 11011111 1000100 11010 0 1000110 1011000 1101 1101 1001111 110001

Color Harmonies of #DF441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF441A

Black with #DF441A

Text Example


Text Example

White with #DF441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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