Html Css Color HEX #D61912 Harley Davidson Orange

📋 copy color: '#D61912'

red 214 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #D61912

Tints of Harley Davidson Orange #D61912

RGB

 RED value IS 214 (83.98% from 255) = 83.27%

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

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

R = 83.27%
G = 9.73%
B = 7%

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

#D61912 (or 0xD61912) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 12. RGB value is (214,25,18). Sum of RGB (Red+Green+Blue) = 214+25+18=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D61912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61912 is #29E6ED. Grayscale: #505050. Windows color (decimal): -2746094 or 1186262. OLE color: 1186262.

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

Color convert

RGB 214 25 18 -
CMYK 0 0.88 0.92 0.16
HSL 2.14º 0.84% 0.45% -
HSV(B) 2.14º 0.92% 0.84% -
XYZ 28.19 15.04 1.99 -
YUV 80.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 214 25 18 0 0.88 0.92 0.16 2.14 0.84 0.45
Hex D6 19 12 0 58 5C 10 2 54 2D
Octal 326 31 22 0 130 134 20 2 124 55
Binary 11010110 11001 10010 0 1011000 1011100 10000 10 1010100 101101

Color Harmonies of #D61912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61912

Black with #D61912

Text Example


Text Example

White with #D61912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61912; }

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

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

background-color css

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

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

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

border-color css

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

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

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