Html Css Color HEX #DA3204 Harley Davidson Orange

📋 copy color: '#DA3204'

red 218 ◦ green 50 ◦ blue 4

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

Shades of Harley Davidson Orange #DA3204

Tints of Harley Davidson Orange #DA3204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 80.15%
G = 18.38%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA3204 (or 0xDA3204) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 04. RGB value is (218,50,4). Sum of RGB (Red+Green+Blue) = 218+50+4=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3204 is #25CDFB. Grayscale: #5F5F5F. Windows color (decimal): -2477564 or 275162. OLE color: 275162.

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

Color convert

RGB 218 50 4 -
CMYK 0 0.77 0.98 0.15
HSL 12.9º 0.96% 0.44% -
HSV(B) 12.9º 0.98% 0.85% -
XYZ 30.08 17.2 1.85 -
YUV 94.99 76.66 215.74 -
System Red Green Blue C M Y K H S L
Decimal 218 50 4 0 0.77 0.98 0.15 12.9 0.96 0.44
Hex DA 32 4 0 4D 62 F D 60 2C
Octal 332 62 4 0 115 142 17 15 140 54
Binary 11011010 110010 100 0 1001101 1100010 1111 1101 1100000 101100

Color Harmonies of #DA3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3204

Black with #DA3204

Text Example


Text Example

White with #DA3204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3204; }

 p { color: rgb(218,50,4); }

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

background-color css

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

 a { background-color: rgb(218,50,4); }

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

border-color css

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

 span { border-color: rgb(218,50,4); }

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