Html Css Color HEX #D51C00 Harley Davidson Orange

📋 copy color: '#D51C00'

red 213 ◦ green 28 ◦ blue 0

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

Shades of Harley Davidson Orange #D51C00

Tints of Harley Davidson Orange #D51C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

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

R = 88.38%
G = 11.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D51C00 (or 0xD51C00) is known color: Harley Davidson Orange. HEX triplet: D5, 1C and 00. RGB value is (213,28,0). Sum of RGB (Red+Green+Blue) = 213+28+0=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51C00 is #2AE3FF. Grayscale: #505050. Windows color (decimal): -2810880 or 7381. OLE color: 7381.

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

Color convert

RGB 213 28 0 -
CMYK 0 0.87 1 0.16
HSL 7.89º 1% 0.42% -
HSV(B) 7.89º 1% 0.84% -
XYZ 27.86 14.98 1.42 -
YUV 80.12 82.79 222.78 -
System Red Green Blue C M Y K H S L
Decimal 213 28 0 0 0.87 1 0.16 7.89 1 0.42
Hex D5 1C 0 0 57 64 10 8 64 2A
Octal 325 34 0 0 127 144 20 10 144 52
Binary 11010101 11100 0 0 1010111 1100100 10000 1000 1100100 101010

Color Harmonies of #D51C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C00

Black with #D51C00

Text Example


Text Example

White with #D51C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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