Html Css Color HEX #DA3503 Harley Davidson Orange

📋 copy color: '#DA3503'

red 218 ◦ green 53 ◦ blue 3

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

Shades of Harley Davidson Orange #DA3503

Tints of Harley Davidson Orange #DA3503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

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

R = 79.56%
G = 19.34%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA3503 (or 0xDA3503) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 03. RGB value is (218,53,3). Sum of RGB (Red+Green+Blue) = 218+53+3=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3503 is #25CAFC. Grayscale: #606060. Windows color (decimal): -2476797 or 210394. OLE color: 210394.

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

Color convert

RGB 218 53 3 -
CMYK 0 0.76 0.99 0.15
HSL 13.95º 0.97% 0.43% -
HSV(B) 13.95º 0.99% 0.85% -
XYZ 30.2 17.46 1.86 -
YUV 96.64 75.16 214.57 -
System Red Green Blue C M Y K H S L
Decimal 218 53 3 0 0.76 0.99 0.15 13.95 0.97 0.43
Hex DA 35 3 0 4C 63 F E 61 2B
Octal 332 65 3 0 114 143 17 16 141 53
Binary 11011010 110101 11 0 1001100 1100011 1111 1110 1100001 101011

Color Harmonies of #DA3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3503

Black with #DA3503

Text Example


Text Example

White with #DA3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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