Html Css Color HEX #DA3F03 Harley Davidson Orange

📋 copy color: '#DA3F03'

red 218 ◦ green 63 ◦ blue 3

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

Shades of Harley Davidson Orange #DA3F03

Tints of Harley Davidson Orange #DA3F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 76.76%
G = 22.18%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA3F03 (or 0xDA3F03) is known color: Harley Davidson Orange. HEX triplet: DA, 3F and 03. RGB value is (218,63,3). Sum of RGB (Red+Green+Blue) = 218+63+3=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3F03 is #25C0FC. Grayscale: #666666. Windows color (decimal): -2474237 or 212954. OLE color: 212954.

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

Color convert

RGB 218 63 3 -
CMYK 0 0.71 0.99 0.15
HSL 16.74º 0.97% 0.43% -
HSV(B) 16.74º 0.99% 0.85% -
XYZ 30.71 18.47 2.03 -
YUV 102.51 71.85 210.38 -
System Red Green Blue C M Y K H S L
Decimal 218 63 3 0 0.71 0.99 0.15 16.74 0.97 0.43
Hex DA 3F 3 0 47 63 F 11 61 2B
Octal 332 77 3 0 107 143 17 21 141 53
Binary 11011010 111111 11 0 1000111 1100011 1111 10001 1100001 101011

Color Harmonies of #DA3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F03

Black with #DA3F03

Text Example


Text Example

White with #DA3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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