Html Css Color HEX #D61919 Harley Davidson Orange

📋 copy color: '#D61919'

red 214 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #D61919

Tints of Harley Davidson Orange #D61919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 81.06%
G = 9.47%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D61919 (or 0xD61919) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 19. RGB value is (214,25,25). Sum of RGB (Red+Green+Blue) = 214+25+25=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D61919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61919 is #29E6E6. Grayscale: #515151. Windows color (decimal): -2746087 or 1645014. OLE color: 1645014.

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

Color convert

RGB 214 25 25 -
CMYK 0 0.88 0.88 0.16
HSL 0.79% 0.47% -
HSV(B) 0.88% 0.84% -
XYZ 28.25 15.06 2.34 -
YUV 81.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 214 25 25 0 0.88 0.88 0.16 0 0.79 0.47
Hex D6 19 19 0 58 58 10 0 4F 2F
Octal 326 31 31 0 130 130 20 0 117 57
Binary 11010110 11001 11001 0 1011000 1011000 10000 0 1001111 101111

Color Harmonies of #D61919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61919

Black with #D61919

Text Example


Text Example

White with #D61919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61919; }

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

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

background-color css

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

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

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

border-color css

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

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

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