Html Css Color HEX #D53800 Harley Davidson Orange

📋 copy color: '#D53800'

red 213 ◦ green 56 ◦ blue 0

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

Shades of Harley Davidson Orange #D53800

Tints of Harley Davidson Orange #D53800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.18%
G = 20.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D53800 (or 0xD53800) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 00. RGB value is (213,56,0). Sum of RGB (Red+Green+Blue) = 213+56+0=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D53800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53800 is #2AC7FF. Grayscale: #606060. Windows color (decimal): -2803712 or 14549. OLE color: 14549.

HSL color Cylindrical-coordinate representation of color #D53800: hue angle of 15.77º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D53800 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 56 0 -
CMYK 0 0.74 1 0.16
HSL 15.77º 1% 0.42% -
HSV(B) 15.77º 1% 0.84% -
XYZ 28.85 16.97 1.76 -
YUV 96.56 73.51 211.05 -
System Red Green Blue C M Y K H S L
Decimal 213 56 0 0 0.74 1 0.16 15.77 1 0.42
Hex D5 38 0 0 4A 64 10 10 64 2A
Octal 325 70 0 0 112 144 20 20 144 52
Binary 11010101 111000 0 0 1001010 1100100 10000 10000 1100100 101010

Color Harmonies of #D53800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53800

Black with #D53800

Text Example


Text Example

White with #D53800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53800; }

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

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

background-color css

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

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

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

border-color css

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

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

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