Html Css Color HEX #D53603 Harley Davidson Orange

📋 copy color: '#D53603'

red 213 ◦ green 54 ◦ blue 3

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

Shades of Harley Davidson Orange #D53603

Tints of Harley Davidson Orange #D53603

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 78.89%
G = 20%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53603 (or 0xD53603) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 03. RGB value is (213,54,3). Sum of RGB (Red+Green+Blue) = 213+54+3=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D53603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53603 is #2AC9FC. Grayscale: #606060. Windows color (decimal): -2804221 or 210645. OLE color: 210645.

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

Color convert

RGB 213 54 3 -
CMYK 0 0.75 0.99 0.16
HSL 14.57º 0.97% 0.42% -
HSV(B) 14.57º 0.99% 0.84% -
XYZ 28.78 16.79 1.81 -
YUV 95.73 75.68 211.65 -
System Red Green Blue C M Y K H S L
Decimal 213 54 3 0 0.75 0.99 0.16 14.57 0.97 0.42
Hex D5 36 3 0 4B 63 10 F 61 2A
Octal 325 66 3 0 113 143 20 17 141 52
Binary 11010101 110110 11 0 1001011 1100011 10000 1111 1100001 101010

Color Harmonies of #D53603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53603

Black with #D53603

Text Example


Text Example

White with #D53603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53603; }

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

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

background-color css

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

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

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

border-color css

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

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

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