Html Css Color HEX #DA2509 Harley Davidson Orange

📋 copy color: '#DA2509'

red 218 ◦ green 37 ◦ blue 9

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

Shades of Harley Davidson Orange #DA2509

Tints of Harley Davidson Orange #DA2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 82.58%
G = 14.02%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA2509 (or 0xDA2509) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 09. RGB value is (218,37,9). Sum of RGB (Red+Green+Blue) = 218+37+9=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2509 is #25DAF6. Grayscale: #585858. Windows color (decimal): -2480887 or 599514. OLE color: 599514.

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

Color convert

RGB 218 37 9 -
CMYK 0 0.83 0.96 0.15
HSL 8.04º 0.92% 0.45% -
HSV(B) 8.04º 0.96% 0.85% -
XYZ 29.62 16.25 1.83 -
YUV 87.93 83.47 220.78 -
System Red Green Blue C M Y K H S L
Decimal 218 37 9 0 0.83 0.96 0.15 8.04 0.92 0.45
Hex DA 25 9 0 53 60 F 8 5C 2D
Octal 332 45 11 0 123 140 17 10 134 55
Binary 11011010 100101 1001 0 1010011 1100000 1111 1000 1011100 101101

Color Harmonies of #DA2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2509

Black with #DA2509

Text Example


Text Example

White with #DA2509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2509; }

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

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

background-color css

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

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

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

border-color css

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

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

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