Html Css Color HEX #DA3A03 Harley Davidson Orange

📋 copy color: '#DA3A03'

red 218 ◦ green 58 ◦ blue 3

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

Shades of Harley Davidson Orange #DA3A03

Tints of Harley Davidson Orange #DA3A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 78.14%
G = 20.79%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA3A03 (or 0xDA3A03) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 03. RGB value is (218,58,3). Sum of RGB (Red+Green+Blue) = 218+58+3=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A03 is #25C5FC. Grayscale: #636363. Windows color (decimal): -2475517 or 211674. OLE color: 211674.

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

Color convert

RGB 218 58 3 -
CMYK 0 0.73 0.99 0.15
HSL 15.35º 0.97% 0.43% -
HSV(B) 15.35º 0.99% 0.85% -
XYZ 30.44 17.94 1.94 -
YUV 99.57 73.51 212.47 -
System Red Green Blue C M Y K H S L
Decimal 218 58 3 0 0.73 0.99 0.15 15.35 0.97 0.43
Hex DA 3A 3 0 49 63 F F 61 2B
Octal 332 72 3 0 111 143 17 17 141 53
Binary 11011010 111010 11 0 1001001 1100011 1111 1111 1100001 101011

Color Harmonies of #DA3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A03

Black with #DA3A03

Text Example


Text Example

White with #DA3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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