Html Css Color HEX #D53304 Harley Davidson Orange

📋 copy color: '#D53304'

red 213 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #D53304

Tints of Harley Davidson Orange #D53304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 79.48%
G = 19.03%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D53304 (or 0xD53304) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 04. RGB value is (213,51,4). Sum of RGB (Red+Green+Blue) = 213+51+4=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D53304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53304 is #2ACCFB. Grayscale: #5E5E5E. Windows color (decimal): -2804988 or 275413. OLE color: 275413.

HSL color Cylindrical-coordinate representation of color #D53304: hue angle of 13.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D53304 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 4 -
CMYK 0 0.76 0.98 0.16
HSL 13.49º 0.96% 0.43% -
HSV(B) 13.49º 0.98% 0.84% -
XYZ 28.65 16.52 1.79 -
YUV 94.08 77.17 212.82 -
System Red Green Blue C M Y K H S L
Decimal 213 51 4 0 0.76 0.98 0.16 13.49 0.96 0.43
Hex D5 33 4 0 4C 62 10 D 60 2B
Octal 325 63 4 0 114 142 20 15 140 53
Binary 11010101 110011 100 0 1001100 1100010 10000 1101 1100000 101011

Color Harmonies of #D53304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53304

Black with #D53304

Text Example


Text Example

White with #D53304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53304; }

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

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

background-color css

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

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

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

border-color css

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

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

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