Html Css Color HEX #DA1904 Harley Davidson Orange

📋 copy color: '#DA1904'

red 218 ◦ green 25 ◦ blue 4

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

Shades of Harley Davidson Orange #DA1904

Tints of Harley Davidson Orange #DA1904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 88.26%
G = 10.12%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA1904 (or 0xDA1904) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 04. RGB value is (218,25,4). Sum of RGB (Red+Green+Blue) = 218+25+4=247 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.26% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1904 is #25E6FB. Grayscale: #505050. Windows color (decimal): -2483964 or 268762. OLE color: 268762.

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

Color convert

RGB 218 25 4 -
CMYK 0 0.89 0.98 0.15
HSL 5.89º 0.96% 0.44% -
HSV(B) 5.89º 0.98% 0.85% -
XYZ 29.28 15.61 1.58 -
YUV 80.31 84.94 226.21 -
System Red Green Blue C M Y K H S L
Decimal 218 25 4 0 0.89 0.98 0.15 5.89 0.96 0.44
Hex DA 19 4 0 59 62 F 6 60 2C
Octal 332 31 4 0 131 142 17 6 140 54
Binary 11011010 11001 100 0 1011001 1100010 1111 110 1100000 101100

Color Harmonies of #DA1904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1904

Black with #DA1904

Text Example


Text Example

White with #DA1904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1904; }

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

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

background-color css

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

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

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

border-color css

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

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

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