Html Css Color HEX #DA3A20 Harley Davidson Orange

📋 copy color: '#DA3A20'

red 218 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #DA3A20

Tints of Harley Davidson Orange #DA3A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 70.78%
G = 18.83%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA3A20 (or 0xDA3A20) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 20. RGB value is (218,58,32). Sum of RGB (Red+Green+Blue) = 218+58+32=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A20 is #25C5DF. Grayscale: #676767. Windows color (decimal): -2475488 or 2112218. OLE color: 2112218.

HSL color Cylindrical-coordinate representation of color #DA3A20: hue angle of 8.39º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA3A20 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 58 32 -
CMYK 0 0.73 0.85 0.15
HSL 8.39º 0.74% 0.49% -
HSV(B) 8.39º 0.85% 0.85% -
XYZ 30.69 18.04 3.23 -
YUV 102.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 218 58 32 0 0.73 0.85 0.15 8.39 0.74 0.49
Hex DA 3A 20 0 49 55 F 8 4A 31
Octal 332 72 40 0 111 125 17 10 112 61
Binary 11011010 111010 100000 0 1001001 1010101 1111 1000 1001010 110001

Color Harmonies of #DA3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A20

Black with #DA3A20

Text Example


Text Example

White with #DA3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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