Html Css Color HEX #D52400 Harley Davidson Orange

📋 copy color: '#D52400'

red 213 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #D52400

Tints of Harley Davidson Orange #D52400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

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

R = 85.54%
G = 14.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D52400 (or 0xD52400) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 00. RGB value is (213,36,0). Sum of RGB (Red+Green+Blue) = 213+36+0=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D52400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52400 is #2ADBFF. Grayscale: #555555. Windows color (decimal): -2808832 or 9429. OLE color: 9429.

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

Color convert

RGB 213 36 0 -
CMYK 0 0.83 1 0.16
HSL 10.14º 1% 0.42% -
HSV(B) 10.14º 1% 0.84% -
XYZ 28.07 15.41 1.49 -
YUV 84.82 80.14 219.43 -
System Red Green Blue C M Y K H S L
Decimal 213 36 0 0 0.83 1 0.16 10.14 1 0.42
Hex D5 24 0 0 53 64 10 A 64 2A
Octal 325 44 0 0 123 144 20 12 144 52
Binary 11010101 100100 0 0 1010011 1100100 10000 1010 1100100 101010

Color Harmonies of #D52400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52400

Black with #D52400

Text Example


Text Example

White with #D52400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52400; }

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

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

background-color css

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

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

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

border-color css

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

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

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