Html Css Color HEX #D53F03 Harley Davidson Orange

📋 copy color: '#D53F03'

red 213 ◦ green 63 ◦ blue 3

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

Shades of Harley Davidson Orange #D53F03

Tints of Harley Davidson Orange #D53F03

RGB

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

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

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

R = 76.34%
G = 22.58%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53F03 (or 0xD53F03) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 03. RGB value is (213,63,3). Sum of RGB (Red+Green+Blue) = 213+63+3=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F03 is #2AC0FC. Grayscale: #656565. Windows color (decimal): -2801917 or 212949. OLE color: 212949.

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

Color convert

RGB 213 63 3 -
CMYK 0 0.70 0.99 0.16
HSL 17.14º 0.97% 0.42% -
HSV(B) 17.14º 0.99% 0.84% -
XYZ 29.23 17.71 1.96 -
YUV 101.01 72.7 207.88 -
System Red Green Blue C M Y K H S L
Decimal 213 63 3 0 0.70 0.99 0.16 17.14 0.97 0.42
Hex D5 3F 3 0 46 63 10 11 61 2A
Octal 325 77 3 0 106 143 20 21 141 52
Binary 11010101 111111 11 0 1000110 1100011 10000 10001 1100001 101010

Color Harmonies of #D53F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F03

Black with #D53F03

Text Example


Text Example

White with #D53F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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