Html Css Color HEX #D53A03 Harley Davidson Orange

📋 copy color: '#D53A03'

red 213 ◦ green 58 ◦ blue 3

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

Shades of Harley Davidson Orange #D53A03

Tints of Harley Davidson Orange #D53A03

RGB

 RED value IS 213 (83.59% from 255) = 77.74%

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

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

R = 77.74%
G = 21.17%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53A03 (or 0xD53A03) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 03. RGB value is (213,58,3). Sum of RGB (Red+Green+Blue) = 213+58+3=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A03 is #2AC5FC. Grayscale: #626262. Windows color (decimal): -2803197 or 211669. OLE color: 211669.

HSL color Cylindrical-coordinate representation of color #D53A03: hue angle of 15.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D53A03 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 58 3 -
CMYK 0 0.73 0.99 0.16
HSL 15.71º 0.97% 0.42% -
HSV(B) 15.71º 0.99% 0.84% -
XYZ 28.97 17.18 1.88 -
YUV 98.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 213 58 3 0 0.73 0.99 0.16 15.71 0.97 0.42
Hex D5 3A 3 0 49 63 10 10 61 2A
Octal 325 72 3 0 111 143 20 20 141 52
Binary 11010101 111010 11 0 1001001 1100011 10000 10000 1100001 101010

Color Harmonies of #D53A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A03

Black with #D53A03

Text Example


Text Example

White with #D53A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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