Html Css Color HEX #D53402 Harley Davidson Orange

📋 copy color: '#D53402'

red 213 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #D53402

Tints of Harley Davidson Orange #D53402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 79.78%
G = 19.48%
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

#D53402 (or 0xD53402) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 02. RGB value is (213,52,2). Sum of RGB (Red+Green+Blue) = 213+52+2=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D53402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53402 is #2ACBFD. Grayscale: #5E5E5E. Windows color (decimal): -2804734 or 144597. OLE color: 144597.

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

Color convert

RGB 213 52 2 -
CMYK 0 0.76 0.99 0.16
HSL 14.22º 0.98% 0.42% -
HSV(B) 14.22º 0.99% 0.84% -
XYZ 28.68 16.61 1.75 -
YUV 94.44 75.84 212.57 -
System Red Green Blue C M Y K H S L
Decimal 213 52 2 0 0.76 0.99 0.16 14.22 0.98 0.42
Hex D5 34 2 0 4C 63 10 E 62 2A
Octal 325 64 2 0 114 143 20 16 142 52
Binary 11010101 110100 10 0 1001100 1100011 10000 1110 1100010 101010

Color Harmonies of #D53402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53402

Black with #D53402

Text Example


Text Example

White with #D53402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53402; }

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

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

background-color css

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

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

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

border-color css

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

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

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