Html Css Color HEX #D51E01 Harley Davidson Orange

📋 copy color: '#D51E01'

red 213 ◦ green 30 ◦ blue 1

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

Shades of Harley Davidson Orange #D51E01

Tints of Harley Davidson Orange #D51E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.3%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 87.3%
G = 12.3%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D51E01 (or 0xD51E01) is known color: Harley Davidson Orange. HEX triplet: D5, 1E and 01. RGB value is (213,30,1). Sum of RGB (Red+Green+Blue) = 213+30+1=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51E01 is #2AE1FE. Grayscale: #515151. Windows color (decimal): -2810367 or 73429. OLE color: 73429.

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

Color convert

RGB 213 30 1 -
CMYK 0 0.86 1.00 0.16
HSL 8.21º 0.99% 0.42% -
HSV(B) 8.21º 1% 0.84% -
XYZ 27.91 15.08 1.47 -
YUV 81.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 213 30 1 0 0.86 1.00 0.16 8.21 0.99 0.42
Hex D5 1E 1 0 56 64 10 8 63 2A
Octal 325 36 1 0 126 144 20 10 143 52
Binary 11010101 11110 1 0 1010110 1100100 10000 1000 1100011 101010

Color Harmonies of #D51E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E01

Black with #D51E01

Text Example


Text Example

White with #D51E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E01; }

 p { color: rgb(213,30,1); }

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

background-color css

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

 a { background-color: rgb(213,30,1); }

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

border-color css

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

 span { border-color: rgb(213,30,1); }

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