Html Css Color HEX #DA3304 Harley Davidson Orange

📋 copy color: '#DA3304'

red 218 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #DA3304

Tints of Harley Davidson Orange #DA3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 79.85%
G = 18.68%
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

#DA3304 (or 0xDA3304) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 04. RGB value is (218,51,4). Sum of RGB (Red+Green+Blue) = 218+51+4=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3304 is #25CCFB. Grayscale: #5F5F5F. Windows color (decimal): -2477308 or 275418. OLE color: 275418.

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

Color convert

RGB 218 51 4 -
CMYK 0 0.77 0.98 0.15
HSL 13.18º 0.96% 0.44% -
HSV(B) 13.18º 0.98% 0.85% -
XYZ 30.12 17.28 1.86 -
YUV 95.58 76.33 215.32 -
System Red Green Blue C M Y K H S L
Decimal 218 51 4 0 0.77 0.98 0.15 13.18 0.96 0.44
Hex DA 33 4 0 4D 62 F D 60 2C
Octal 332 63 4 0 115 142 17 15 140 54
Binary 11011010 110011 100 0 1001101 1100010 1111 1101 1100000 101100

Color Harmonies of #DA3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3304

Black with #DA3304

Text Example


Text Example

White with #DA3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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