Html Css Color HEX #D53302 Harley Davidson Orange

📋 copy color: '#D53302'

red 213 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #D53302

Tints of Harley Davidson Orange #D53302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 80.08%
G = 19.17%
B = 0.75%

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

#D53302 (or 0xD53302) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 02. RGB value is (213,51,2). Sum of RGB (Red+Green+Blue) = 213+51+2=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D53302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53302 is #2ACCFD. Grayscale: #5E5E5E. Windows color (decimal): -2804990 or 144341. OLE color: 144341.

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

Color convert

RGB 213 51 2 -
CMYK 0 0.76 0.99 0.16
HSL 13.93º 0.98% 0.42% -
HSV(B) 13.93º 0.99% 0.84% -
XYZ 28.64 16.52 1.74 -
YUV 93.85 76.17 212.98 -
System Red Green Blue C M Y K H S L
Decimal 213 51 2 0 0.76 0.99 0.16 13.93 0.98 0.42
Hex D5 33 2 0 4C 63 10 E 62 2A
Octal 325 63 2 0 114 143 20 16 142 52
Binary 11010101 110011 10 0 1001100 1100011 10000 1110 1100010 101010

Color Harmonies of #D53302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53302

Black with #D53302

Text Example


Text Example

White with #D53302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53302; }

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

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

background-color css

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

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

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

border-color css

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

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

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