Html Css Color HEX #DA2A02 Harley Davidson Orange

📋 copy color: '#DA2A02'

red 218 ◦ green 42 ◦ blue 2

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

Shades of Harley Davidson Orange #DA2A02

Tints of Harley Davidson Orange #DA2A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.03%

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

R = 83.21%
G = 16.03%
B = 0.76%

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

#DA2A02 (or 0xDA2A02) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 02. RGB value is (218,42,2). Sum of RGB (Red+Green+Blue) = 218+42+2=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A02 is #25D5FD. Grayscale: #5A5A5A. Windows color (decimal): -2479614 or 142042. OLE color: 142042.

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

Color convert

RGB 218 42 2 -
CMYK 0 0.81 0.99 0.15
HSL 11.11º 0.98% 0.43% -
HSV(B) 11.11º 0.99% 0.85% -
XYZ 29.75 16.57 1.69 -
YUV 90.06 78.31 219.25 -
System Red Green Blue C M Y K H S L
Decimal 218 42 2 0 0.81 0.99 0.15 11.11 0.98 0.43
Hex DA 2A 2 0 51 63 F B 62 2B
Octal 332 52 2 0 121 143 17 13 142 53
Binary 11011010 101010 10 0 1010001 1100011 1111 1011 1100010 101011

Color Harmonies of #DA2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A02

Black with #DA2A02

Text Example


Text Example

White with #DA2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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