Html Css Color HEX #DA2309 Harley Davidson Orange

📋 copy color: '#DA2309'

red 218 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #DA2309

Tints of Harley Davidson Orange #DA2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 83.21%
G = 13.36%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA2309 (or 0xDA2309) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 09. RGB value is (218,35,9). Sum of RGB (Red+Green+Blue) = 218+35+9=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2309 is #25DCF6. Grayscale: #575757. Windows color (decimal): -2481399 or 599002. OLE color: 599002.

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

Color convert

RGB 218 35 9 -
CMYK 0 0.84 0.96 0.15
HSL 7.46º 0.92% 0.45% -
HSV(B) 7.46º 0.96% 0.85% -
XYZ 29.56 16.13 1.81 -
YUV 86.75 84.13 221.61 -
System Red Green Blue C M Y K H S L
Decimal 218 35 9 0 0.84 0.96 0.15 7.46 0.92 0.45
Hex DA 23 9 0 54 60 F 7 5C 2D
Octal 332 43 11 0 124 140 17 7 134 55
Binary 11011010 100011 1001 0 1010100 1100000 1111 111 1011100 101101

Color Harmonies of #DA2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2309

Black with #DA2309

Text Example


Text Example

White with #DA2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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