Html Css Color HEX #DA2506 Harley Davidson Orange

📋 copy color: '#DA2506'

red 218 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #DA2506

Tints of Harley Davidson Orange #DA2506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 83.52%
G = 14.18%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA2506 (or 0xDA2506) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 06. RGB value is (218,37,6). Sum of RGB (Red+Green+Blue) = 218+37+6=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2506 is #25DAF9. Grayscale: #575757. Windows color (decimal): -2480890 or 402906. OLE color: 402906.

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

Color convert

RGB 218 37 6 -
CMYK 0 0.83 0.97 0.15
HSL 8.77º 0.95% 0.44% -
HSV(B) 8.77º 0.97% 0.85% -
XYZ 29.61 16.24 1.75 -
YUV 87.59 81.97 221.02 -
System Red Green Blue C M Y K H S L
Decimal 218 37 6 0 0.83 0.97 0.15 8.77 0.95 0.44
Hex DA 25 6 0 53 61 F 9 5F 2C
Octal 332 45 6 0 123 141 17 11 137 54
Binary 11011010 100101 110 0 1010011 1100001 1111 1001 1011111 101100

Color Harmonies of #DA2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2506

Black with #DA2506

Text Example


Text Example

White with #DA2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2506; }

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

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

background-color css

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

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

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

border-color css

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

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

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