Html Css Color HEX #DA2606 Harley Davidson Orange

📋 copy color: '#DA2606'

red 218 ◦ green 38 ◦ blue 6

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

Shades of Harley Davidson Orange #DA2606

Tints of Harley Davidson Orange #DA2606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 83.21%
G = 14.5%
B = 2.29%

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

#DA2606 (or 0xDA2606) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 06. RGB value is (218,38,6). Sum of RGB (Red+Green+Blue) = 218+38+6=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2606 is #25D9F9. Grayscale: #585858. Windows color (decimal): -2480634 or 403162. OLE color: 403162.

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

Color convert

RGB 218 38 6 -
CMYK 0 0.83 0.97 0.15
HSL 9.06º 0.95% 0.44% -
HSV(B) 9.06º 0.97% 0.85% -
XYZ 29.64 16.3 1.76 -
YUV 88.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 218 38 6 0 0.83 0.97 0.15 9.06 0.95 0.44
Hex DA 26 6 0 53 61 F 9 5F 2C
Octal 332 46 6 0 123 141 17 11 137 54
Binary 11011010 100110 110 0 1010011 1100001 1111 1001 1011111 101100

Color Harmonies of #DA2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2606

Black with #DA2606

Text Example


Text Example

White with #DA2606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2606; }

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

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

background-color css

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

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

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

border-color css

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

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

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