Html Css Color HEX #D53802 Harley Davidson Orange

📋 copy color: '#D53802'

red 213 ◦ green 56 ◦ blue 2

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

Shades of Harley Davidson Orange #D53802

Tints of Harley Davidson Orange #D53802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

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

R = 78.6%
G = 20.66%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53802 (or 0xD53802) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 02. RGB value is (213,56,2). Sum of RGB (Red+Green+Blue) = 213+56+2=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D53802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53802 is #2AC7FD. Grayscale: #616161. Windows color (decimal): -2803710 or 145621. OLE color: 145621.

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

Color convert

RGB 213 56 2 -
CMYK 0 0.74 0.99 0.16
HSL 15.36º 0.98% 0.42% -
HSV(B) 15.36º 0.99% 0.84% -
XYZ 28.87 16.98 1.81 -
YUV 96.79 74.51 210.89 -
System Red Green Blue C M Y K H S L
Decimal 213 56 2 0 0.74 0.99 0.16 15.36 0.98 0.42
Hex D5 38 2 0 4A 63 10 F 62 2A
Octal 325 70 2 0 112 143 20 17 142 52
Binary 11010101 111000 10 0 1001010 1100011 10000 1111 1100010 101010

Color Harmonies of #D53802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53802

Black with #D53802

Text Example


Text Example

White with #D53802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53802; }

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

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

background-color css

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

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

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

border-color css

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

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

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