Html Css Color HEX #DA3508 Harley Davidson Orange

📋 copy color: '#DA3508'

red 218 ◦ green 53 ◦ blue 8

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

Shades of Harley Davidson Orange #DA3508

Tints of Harley Davidson Orange #DA3508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 78.14%
G = 19%
B = 2.87%

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

#DA3508 (or 0xDA3508) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 08. RGB value is (218,53,8). Sum of RGB (Red+Green+Blue) = 218+53+8=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3508 is #25CAF7. Grayscale: #616161. Windows color (decimal): -2476792 or 538074. OLE color: 538074.

HSL color Cylindrical-coordinate representation of color #DA3508: hue angle of 12.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA3508 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 8 -
CMYK 0 0.76 0.96 0.15
HSL 12.86º 0.93% 0.44% -
HSV(B) 12.86º 0.96% 0.85% -
XYZ 30.23 17.47 2.01 -
YUV 97.21 77.66 214.16 -
System Red Green Blue C M Y K H S L
Decimal 218 53 8 0 0.76 0.96 0.15 12.86 0.93 0.44
Hex DA 35 8 0 4C 60 F D 5D 2C
Octal 332 65 10 0 114 140 17 15 135 54
Binary 11011010 110101 1000 0 1001100 1100000 1111 1101 1011101 101100

Color Harmonies of #DA3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3508

Black with #DA3508

Text Example


Text Example

White with #DA3508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3508; }

 p { color: rgb(218,53,8); }

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

background-color css

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

 a { background-color: rgb(218,53,8); }

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

border-color css

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

 span { border-color: rgb(218,53,8); }

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