Html Css Color HEX #D51912 Harley Davidson Orange

📋 copy color: '#D51912'

red 213 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #D51912

Tints of Harley Davidson Orange #D51912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 83.2%
G = 9.77%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D51912 (or 0xD51912) is known color: Harley Davidson Orange. HEX triplet: D5, 19 and 12. RGB value is (213,25,18). Sum of RGB (Red+Green+Blue) = 213+25+18=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D51912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51912 is #2AE6ED. Grayscale: #505050. Windows color (decimal): -2811630 or 1186261. OLE color: 1186261.

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

Color convert

RGB 213 25 18 -
CMYK 0 0.88 0.92 0.16
HSL 2.15º 0.84% 0.45% -
HSV(B) 2.15º 0.92% 0.84% -
XYZ 27.9 14.89 1.98 -
YUV 80.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 213 25 18 0 0.88 0.92 0.16 2.15 0.84 0.45
Hex D5 19 12 0 58 5C 10 2 54 2D
Octal 325 31 22 0 130 134 20 2 124 55
Binary 11010101 11001 10010 0 1011000 1011100 10000 10 1010100 101101

Color Harmonies of #D51912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51912

Black with #D51912

Text Example


Text Example

White with #D51912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51912; }

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

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

background-color css

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

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

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

border-color css

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

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

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