Html Css Color HEX #DA3A02 Harley Davidson Orange

📋 copy color: '#DA3A02'

red 218 ◦ green 58 ◦ blue 2

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

Shades of Harley Davidson Orange #DA3A02

Tints of Harley Davidson Orange #DA3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

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

R = 78.42%
G = 20.86%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA3A02 (or 0xDA3A02) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 02. RGB value is (218,58,2). Sum of RGB (Red+Green+Blue) = 218+58+2=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A02 is #25C5FD. Grayscale: #636363. Windows color (decimal): -2475518 or 146138. OLE color: 146138.

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

Color convert

RGB 218 58 2 -
CMYK 0 0.73 0.99 0.15
HSL 15.56º 0.98% 0.43% -
HSV(B) 15.56º 0.99% 0.85% -
XYZ 30.44 17.94 1.92 -
YUV 99.46 73.01 212.55 -
System Red Green Blue C M Y K H S L
Decimal 218 58 2 0 0.73 0.99 0.15 15.56 0.98 0.43
Hex DA 3A 2 0 49 63 F 10 62 2B
Octal 332 72 2 0 111 143 17 20 142 53
Binary 11011010 111010 10 0 1001001 1100011 1111 10000 1100010 101011

Color Harmonies of #DA3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A02

Black with #DA3A02

Text Example


Text Example

White with #DA3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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