Html Css Color HEX #D51907 Harley Davidson Orange

📋 copy color: '#D51907'

red 213 ◦ green 25 ◦ blue 7

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

Shades of Harley Davidson Orange #D51907

Tints of Harley Davidson Orange #D51907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 86.94%
G = 10.2%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D51907 (or 0xD51907) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 07. RGB value is (213,25,7). Sum of RGB (Red+Green+Blue) = 213+25+7=245 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.94% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 213 - color contains mainly: red. Hex color #D51907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51907 is #2AE6F8. Grayscale: #4F4F4F. Windows color (decimal): -2811641 or 465365. OLE color: 465365.

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

Color convert

RGB 213 25 7 -
CMYK 0 0.88 0.97 0.16
HSL 5.24º 0.94% 0.43% -
HSV(B) 5.24º 0.97% 0.84% -
XYZ 27.83 14.86 1.6 -
YUV 79.16 87.28 223.46 -
System Red Green Blue C M Y K H S L
Decimal 213 25 7 0 0.88 0.97 0.16 5.24 0.94 0.43
Hex D5 19 7 0 58 61 10 5 5E 2B
Octal 325 31 7 0 130 141 20 5 136 53
Binary 11010101 11001 111 0 1011000 1100001 10000 101 1011110 101011

Color Harmonies of #D51907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51907

Black with #D51907

Text Example


Text Example

White with #D51907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51907; }

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

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

background-color css

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

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

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

border-color css

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

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

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