Html Css Color HEX #D53303 Harley Davidson Orange

📋 copy color: '#D53303'

red 213 ◦ green 51 ◦ blue 3

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

Shades of Harley Davidson Orange #D53303

Tints of Harley Davidson Orange #D53303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

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

R = 79.78%
G = 19.1%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53303 (or 0xD53303) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 03. RGB value is (213,51,3). Sum of RGB (Red+Green+Blue) = 213+51+3=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D53303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53303 is #2ACCFC. Grayscale: #5E5E5E. Windows color (decimal): -2804989 or 209877. OLE color: 209877.

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

Color convert

RGB 213 51 3 -
CMYK 0 0.76 0.99 0.16
HSL 13.71º 0.97% 0.42% -
HSV(B) 13.71º 0.99% 0.84% -
XYZ 28.64 16.52 1.77 -
YUV 93.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 213 51 3 0 0.76 0.99 0.16 13.71 0.97 0.42
Hex D5 33 3 0 4C 63 10 E 61 2A
Octal 325 63 3 0 114 143 20 16 141 52
Binary 11010101 110011 11 0 1001100 1100011 10000 1110 1100001 101010

Color Harmonies of #D53303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53303

Black with #D53303

Text Example


Text Example

White with #D53303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53303; }

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

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

background-color css

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

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

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

border-color css

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

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

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