Html Css Color HEX #DA2900 Harley Davidson Orange

📋 copy color: '#DA2900'

red 218 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #DA2900

Tints of Harley Davidson Orange #DA2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 84.17%
G = 15.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA2900 (or 0xDA2900) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 00. RGB value is (218,41,0). Sum of RGB (Red+Green+Blue) = 218+41+0=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2900 is #25D6FF. Grayscale: #595959. Windows color (decimal): -2479872 or 10714. OLE color: 10714.

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

Color convert

RGB 218 41 0 -
CMYK 0 0.81 1 0.15
HSL 11.28º 1% 0.43% -
HSV(B) 11.28º 1% 0.85% -
XYZ 29.71 16.49 1.62 -
YUV 89.25 77.64 219.83 -
System Red Green Blue C M Y K H S L
Decimal 218 41 0 0 0.81 1 0.15 11.28 1 0.43
Hex DA 29 0 0 51 64 F B 64 2B
Octal 332 51 0 0 121 144 17 13 144 53
Binary 11011010 101001 0 0 1010001 1100100 1111 1011 1100100 101011

Color Harmonies of #DA2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2900

Black with #DA2900

Text Example


Text Example

White with #DA2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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