Html Css Color HEX #DA1A09 Harley Davidson Orange

📋 copy color: '#DA1A09'

red 218 ◦ green 26 ◦ blue 9

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

Shades of Harley Davidson Orange #DA1A09

Tints of Harley Davidson Orange #DA1A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 86.17%
G = 10.28%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA1A09 (or 0xDA1A09) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 09. RGB value is (218,26,9). Sum of RGB (Red+Green+Blue) = 218+26+9=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A09 is #25E5F6. Grayscale: #515151. Windows color (decimal): -2483703 or 596698. OLE color: 596698.

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

Color convert

RGB 218 26 9 -
CMYK 0 0.88 0.96 0.15
HSL 4.88º 0.92% 0.45% -
HSV(B) 4.88º 0.96% 0.85% -
XYZ 29.33 15.66 1.74 -
YUV 81.47 87.11 225.38 -
System Red Green Blue C M Y K H S L
Decimal 218 26 9 0 0.88 0.96 0.15 4.88 0.92 0.45
Hex DA 1A 9 0 58 60 F 5 5C 2D
Octal 332 32 11 0 130 140 17 5 134 55
Binary 11011010 11010 1001 0 1011000 1100000 1111 101 1011100 101101

Color Harmonies of #DA1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A09

Black with #DA1A09

Text Example


Text Example

White with #DA1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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