Html Css Color HEX #DA3309 Harley Davidson Orange

📋 copy color: '#DA3309'

red 218 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #DA3309

Tints of Harley Davidson Orange #DA3309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

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

R = 78.42%
G = 18.35%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA3309 (or 0xDA3309) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 09. RGB value is (218,51,9). Sum of RGB (Red+Green+Blue) = 218+51+9=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3309 is #25CCF6. Grayscale: #606060. Windows color (decimal): -2477303 or 603098. OLE color: 603098.

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

Color convert

RGB 218 51 9 -
CMYK 0 0.77 0.96 0.15
HSL 12.06º 0.92% 0.45% -
HSV(B) 12.06º 0.96% 0.85% -
XYZ 30.15 17.29 2.01 -
YUV 96.15 78.83 214.92 -
System Red Green Blue C M Y K H S L
Decimal 218 51 9 0 0.77 0.96 0.15 12.06 0.92 0.45
Hex DA 33 9 0 4D 60 F C 5C 2D
Octal 332 63 11 0 115 140 17 14 134 55
Binary 11011010 110011 1001 0 1001101 1100000 1111 1100 1011100 101101

Color Harmonies of #DA3309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3309

Black with #DA3309

Text Example


Text Example

White with #DA3309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3309; }

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

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

background-color css

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

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

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

border-color css

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

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

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