Html Css Color HEX #DA441A Harley Davidson Orange

📋 copy color: '#DA441A'

red 218 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #DA441A

Tints of Harley Davidson Orange #DA441A

RGB

 RED value IS 218 (85.55% from 255) = 69.87%

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

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

R = 69.87%
G = 21.79%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA441A (or 0xDA441A) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 1A. RGB value is (218,68,26). Sum of RGB (Red+Green+Blue) = 218+68+26=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA441A is #25BBE5. Grayscale: #6C6C6C. Windows color (decimal): -2472934 or 1721562. OLE color: 1721562.

HSL color Cylindrical-coordinate representation of color #DA441A: hue angle of 13.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA441A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 26 -
CMYK 0 0.69 0.88 0.15
HSL 13.13º 0.79% 0.48% -
HSV(B) 13.13º 0.88% 0.85% -
XYZ 31.17 19.11 3.02 -
YUV 108.06 81.7 206.42 -
System Red Green Blue C M Y K H S L
Decimal 218 68 26 0 0.69 0.88 0.15 13.13 0.79 0.48
Hex DA 44 1A 0 45 58 F D 4F 30
Octal 332 104 32 0 105 130 17 15 117 60
Binary 11011010 1000100 11010 0 1000101 1011000 1111 1101 1001111 110000

Color Harmonies of #DA441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA441A

Black with #DA441A

Text Example


Text Example

White with #DA441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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