Html Css Color HEX #D6190F Harley Davidson Orange

📋 copy color: '#D6190F'

red 214 ◦ green 25 ◦ blue 15

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

Shades of Harley Davidson Orange #D6190F

Tints of Harley Davidson Orange #D6190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 84.25%
G = 9.84%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6190F (or 0xD6190F) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 0F. RGB value is (214,25,15). Sum of RGB (Red+Green+Blue) = 214+25+15=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D6190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6190F is #29E6F0. Grayscale: #505050. Windows color (decimal): -2746097 or 989654. OLE color: 989654.

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

Color convert

RGB 214 25 15 -
CMYK 0 0.88 0.93 0.16
HSL 3.02º 0.87% 0.45% -
HSV(B) 3.02º 0.93% 0.84% -
XYZ 28.17 15.03 1.87 -
YUV 80.37 91.12 223.31 -
System Red Green Blue C M Y K H S L
Decimal 214 25 15 0 0.88 0.93 0.16 3.02 0.87 0.45
Hex D6 19 F 0 58 5D 10 3 57 2D
Octal 326 31 17 0 130 135 20 3 127 55
Binary 11010110 11001 1111 0 1011000 1011101 10000 11 1010111 101101

Color Harmonies of #D6190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6190F

Black with #D6190F

Text Example


Text Example

White with #D6190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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