Html Css Color HEX #DA3F00 Harley Davidson Orange

📋 copy color: '#DA3F00'

red 218 ◦ green 63 ◦ blue 0

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

Shades of Harley Davidson Orange #DA3F00

Tints of Harley Davidson Orange #DA3F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.58%
G = 22.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA3F00 (or 0xDA3F00) is known color: Harley Davidson Orange. HEX triplet: DA, 3F and 00. RGB value is (218,63,0). Sum of RGB (Red+Green+Blue) = 218+63+0=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3F00 is #25C0FF. Grayscale: #666666. Windows color (decimal): -2474240 or 16346. OLE color: 16346.

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

Color convert

RGB 218 63 0 -
CMYK 0 0.71 1 0.15
HSL 17.34º 1% 0.43% -
HSV(B) 17.34º 1% 0.85% -
XYZ 30.69 18.46 1.95 -
YUV 102.16 70.35 210.62 -
System Red Green Blue C M Y K H S L
Decimal 218 63 0 0 0.71 1 0.15 17.34 1 0.43
Hex DA 3F 0 0 47 64 F 11 64 2B
Octal 332 77 0 0 107 144 17 21 144 53
Binary 11011010 111111 0 0 1000111 1100100 1111 10001 1100100 101011

Color Harmonies of #DA3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F00

Black with #DA3F00

Text Example


Text Example

White with #DA3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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