Html Css Color HEX #DA1F09 Harley Davidson Orange

📋 copy color: '#DA1F09'

red 218 ◦ green 31 ◦ blue 9

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

Shades of Harley Davidson Orange #DA1F09

Tints of Harley Davidson Orange #DA1F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

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

R = 84.5%
G = 12.02%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA1F09 (or 0xDA1F09) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 09. RGB value is (218,31,9). Sum of RGB (Red+Green+Blue) = 218+31+9=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1F09 is #25E0F6. Grayscale: #545454. Windows color (decimal): -2482423 or 597978. OLE color: 597978.

HSL color Cylindrical-coordinate representation of color #DA1F09: hue angle of 6.32º 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 #DA1F09 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 31 9 -
CMYK 0 0.86 0.96 0.15
HSL 6.32º 0.92% 0.45% -
HSV(B) 6.32º 0.96% 0.85% -
XYZ 29.45 15.91 1.78 -
YUV 84.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 218 31 9 0 0.86 0.96 0.15 6.32 0.92 0.45
Hex DA 1F 9 0 56 60 F 6 5C 2D
Octal 332 37 11 0 126 140 17 6 134 55
Binary 11011010 11111 1001 0 1010110 1100000 1111 110 1011100 101101

Color Harmonies of #DA1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1F09

Black with #DA1F09

Text Example


Text Example

White with #DA1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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