Html Css Color HEX #DA4003 Harley Davidson Orange

📋 copy color: '#DA4003'

red 218 ◦ green 64 ◦ blue 3

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

Shades of Harley Davidson Orange #DA4003

Tints of Harley Davidson Orange #DA4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 76.49%
G = 22.46%
B = 1.05%

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

#DA4003 (or 0xDA4003) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 03. RGB value is (218,64,3). Sum of RGB (Red+Green+Blue) = 218+64+3=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4003 is #25BFFC. Grayscale: #676767. Windows color (decimal): -2473981 or 213210. OLE color: 213210.

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

Color convert

RGB 218 64 3 -
CMYK 0 0.71 0.99 0.15
HSL 17.02º 0.97% 0.43% -
HSV(B) 17.02º 0.99% 0.85% -
XYZ 30.76 18.58 2.05 -
YUV 103.09 71.52 209.96 -
System Red Green Blue C M Y K H S L
Decimal 218 64 3 0 0.71 0.99 0.15 17.02 0.97 0.43
Hex DA 40 3 0 47 63 F 11 61 2B
Octal 332 100 3 0 107 143 17 21 141 53
Binary 11011010 1000000 11 0 1000111 1100011 1111 10001 1100001 101011

Color Harmonies of #DA4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4003

Black with #DA4003

Text Example


Text Example

White with #DA4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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