Html Css Color HEX #DA3409 Harley Davidson Orange

📋 copy color: '#DA3409'

red 218 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #DA3409

Tints of Harley Davidson Orange #DA3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 78.14%
G = 18.64%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA3409 (or 0xDA3409) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 09. RGB value is (218,52,9). Sum of RGB (Red+Green+Blue) = 218+52+9=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3409 is #25CBF6. Grayscale: #616161. Windows color (decimal): -2477047 or 603354. OLE color: 603354.

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

Color convert

RGB 218 52 9 -
CMYK 0 0.76 0.96 0.15
HSL 12.34º 0.92% 0.45% -
HSV(B) 12.34º 0.96% 0.85% -
XYZ 30.19 17.38 2.02 -
YUV 96.73 78.5 214.5 -
System Red Green Blue C M Y K H S L
Decimal 218 52 9 0 0.76 0.96 0.15 12.34 0.92 0.45
Hex DA 34 9 0 4C 60 F C 5C 2D
Octal 332 64 11 0 114 140 17 14 134 55
Binary 11011010 110100 1001 0 1001100 1100000 1111 1100 1011100 101101

Color Harmonies of #DA3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3409

Black with #DA3409

Text Example


Text Example

White with #DA3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3409; }

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

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

background-color css

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

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

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

border-color css

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

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

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