Html Css Color HEX #D6190B Harley Davidson Orange

📋 copy color: '#D6190B'

red 214 ◦ green 25 ◦ blue 11

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

Shades of Harley Davidson Orange #D6190B

Tints of Harley Davidson Orange #D6190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 85.6%
G = 10%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6190B (or 0xD6190B) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 0B. RGB value is (214,25,11). Sum of RGB (Red+Green+Blue) = 214+25+11=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D6190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6190B is #29E6F4. Grayscale: #505050. Windows color (decimal): -2746101 or 727510. OLE color: 727510.

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

Color convert

RGB 214 25 11 -
CMYK 0 0.88 0.95 0.16
HSL 4.14º 0.9% 0.44% -
HSV(B) 4.14º 0.95% 0.84% -
XYZ 28.14 15.02 1.73 -
YUV 79.92 89.12 223.64 -
System Red Green Blue C M Y K H S L
Decimal 214 25 11 0 0.88 0.95 0.16 4.14 0.9 0.44
Hex D6 19 B 0 58 5F 10 4 5A 2C
Octal 326 31 13 0 130 137 20 4 132 54
Binary 11010110 11001 1011 0 1011000 1011111 10000 100 1011010 101100

Color Harmonies of #D6190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6190B

Black with #D6190B

Text Example


Text Example

White with #D6190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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