Html Css Color HEX #DA2902 Harley Davidson Orange

📋 copy color: '#DA2902'

red 218 ◦ green 41 ◦ blue 2

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

Shades of Harley Davidson Orange #DA2902

Tints of Harley Davidson Orange #DA2902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 83.52%
G = 15.71%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA2902 (or 0xDA2902) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 02. RGB value is (218,41,2). Sum of RGB (Red+Green+Blue) = 218+41+2=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2902 is #25D6FD. Grayscale: #595959. Windows color (decimal): -2479870 or 141786. OLE color: 141786.

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

Color convert

RGB 218 41 2 -
CMYK 0 0.81 0.99 0.15
HSL 10.83º 0.98% 0.43% -
HSV(B) 10.83º 0.99% 0.85% -
XYZ 29.72 16.5 1.68 -
YUV 89.48 78.64 219.67 -
System Red Green Blue C M Y K H S L
Decimal 218 41 2 0 0.81 0.99 0.15 10.83 0.98 0.43
Hex DA 29 2 0 51 63 F B 62 2B
Octal 332 51 2 0 121 143 17 13 142 53
Binary 11011010 101001 10 0 1010001 1100011 1111 1011 1100010 101011

Color Harmonies of #DA2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2902

Black with #DA2902

Text Example


Text Example

White with #DA2902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2902; }

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

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

background-color css

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

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

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

border-color css

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

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

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