Html Css Color HEX #DA2800 Harley Davidson Orange

📋 copy color: '#DA2800'

red 218 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #DA2800

Tints of Harley Davidson Orange #DA2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.5%
G = 15.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA2800 (or 0xDA2800) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 00. RGB value is (218,40,0). Sum of RGB (Red+Green+Blue) = 218+40+0=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2800 is #25D7FF. Grayscale: #585858. Windows color (decimal): -2480128 or 10458. OLE color: 10458.

HSL color Cylindrical-coordinate representation of color #DA2800: hue angle of 11.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA2800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 0 -
CMYK 0 0.82 1 0.15
HSL 11.01º 1% 0.43% -
HSV(B) 11.01º 1% 0.85% -
XYZ 29.67 16.42 1.61 -
YUV 88.66 77.97 220.25 -
System Red Green Blue C M Y K H S L
Decimal 218 40 0 0 0.82 1 0.15 11.01 1 0.43
Hex DA 28 0 0 52 64 F B 64 2B
Octal 332 50 0 0 122 144 17 13 144 53
Binary 11011010 101000 0 0 1010010 1100100 1111 1011 1100100 101011

Color Harmonies of #DA2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2800

Black with #DA2800

Text Example


Text Example

White with #DA2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2800; }

 p { color: rgb(218,40,0); }

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

background-color css

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

 a { background-color: rgb(218,40,0); }

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

border-color css

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

 span { border-color: rgb(218,40,0); }

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