Html Css Color HEX #DA2804 Harley Davidson Orange

📋 copy color: '#DA2804'

red 218 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #DA2804

Tints of Harley Davidson Orange #DA2804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 83.21%
G = 15.27%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA2804 (or 0xDA2804) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 04. RGB value is (218,40,4). Sum of RGB (Red+Green+Blue) = 218+40+4=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2804 is #25D7FB. Grayscale: #595959. Windows color (decimal): -2480124 or 272602. OLE color: 272602.

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

Color convert

RGB 218 40 4 -
CMYK 0 0.82 0.98 0.15
HSL 10.09º 0.96% 0.44% -
HSV(B) 10.09º 0.98% 0.85% -
XYZ 29.69 16.43 1.72 -
YUV 89.12 79.97 219.93 -
System Red Green Blue C M Y K H S L
Decimal 218 40 4 0 0.82 0.98 0.15 10.09 0.96 0.44
Hex DA 28 4 0 52 62 F A 60 2C
Octal 332 50 4 0 122 142 17 12 140 54
Binary 11011010 101000 100 0 1010010 1100010 1111 1010 1100000 101100

Color Harmonies of #DA2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2804

Black with #DA2804

Text Example


Text Example

White with #DA2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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