Html Css Color HEX #DA3F04 Harley Davidson Orange

📋 copy color: '#DA3F04'

red 218 ◦ green 63 ◦ blue 4

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

Shades of Harley Davidson Orange #DA3F04

Tints of Harley Davidson Orange #DA3F04

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

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

R = 76.49%
G = 22.11%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA3F04 (or 0xDA3F04) is known color: Harley Davidson Orange. HEX triplet: DA, 3F and 04. RGB value is (218,63,4). Sum of RGB (Red+Green+Blue) = 218+63+4=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3F04 is #25C0FB. Grayscale: #676767. Windows color (decimal): -2474236 or 278490. OLE color: 278490.

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

Color convert

RGB 218 63 4 -
CMYK 0 0.71 0.98 0.15
HSL 16.54º 0.96% 0.44% -
HSV(B) 16.54º 0.98% 0.85% -
XYZ 30.71 18.47 2.06 -
YUV 102.62 72.35 210.3 -
System Red Green Blue C M Y K H S L
Decimal 218 63 4 0 0.71 0.98 0.15 16.54 0.96 0.44
Hex DA 3F 4 0 47 62 F 11 60 2C
Octal 332 77 4 0 107 142 17 21 140 54
Binary 11011010 111111 100 0 1000111 1100010 1111 10001 1100000 101100

Color Harmonies of #DA3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F04

Black with #DA3F04

Text Example


Text Example

White with #DA3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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