Html Css Color HEX #D51904 Harley Davidson Orange

📋 copy color: '#D51904'

red 213 ◦ green 25 ◦ blue 4

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

Shades of Harley Davidson Orange #D51904

Tints of Harley Davidson Orange #D51904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 88.02%
G = 10.33%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D51904 (or 0xD51904) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 04. RGB value is (213,25,4). Sum of RGB (Red+Green+Blue) = 213+25+4=242 (32% of max value = 765). Red value is 213 (83.59% from 255 or 88.02% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 213 - color contains mainly: red. Hex color #D51904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51904 is #2AE6FB. Grayscale: #4F4F4F. Windows color (decimal): -2811644 or 268757. OLE color: 268757.

HSL color Cylindrical-coordinate representation of color #D51904: hue angle of 6.03º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D51904 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 4 -
CMYK 0 0.88 0.98 0.16
HSL 6.03º 0.96% 0.43% -
HSV(B) 6.03º 0.98% 0.84% -
XYZ 27.81 14.85 1.52 -
YUV 78.82 85.78 223.71 -
System Red Green Blue C M Y K H S L
Decimal 213 25 4 0 0.88 0.98 0.16 6.03 0.96 0.43
Hex D5 19 4 0 58 62 10 6 60 2B
Octal 325 31 4 0 130 142 20 6 140 53
Binary 11010101 11001 100 0 1011000 1100010 10000 110 1100000 101011

Color Harmonies of #D51904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51904

Black with #D51904

Text Example


Text Example

White with #D51904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51904; }

 p { color: rgb(213,25,4); }

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

background-color css

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

 a { background-color: rgb(213,25,4); }

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

border-color css

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

 span { border-color: rgb(213,25,4); }

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