Html Css Color HEX #D8190C Harley Davidson Orange

📋 copy color: '#D8190C'

red 216 ◦ green 25 ◦ blue 12

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

Shades of Harley Davidson Orange #D8190C

Tints of Harley Davidson Orange #D8190C

RGB

 RED value IS 216 (84.77% from 255) = 85.38%

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 85.38%
G = 9.88%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8190C (or 0xD8190C) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 0C. RGB value is (216,25,12). Sum of RGB (Red+Green+Blue) = 216+25+12=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D8190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8190C is #27E6F3. Grayscale: #505050. Windows color (decimal): -2615028 or 793048. OLE color: 793048.

HSL color Cylindrical-coordinate representation of color #D8190C: hue angle of 3.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8190C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 25 12 -
CMYK 0 0.88 0.94 0.15
HSL 3.82º 0.89% 0.45% -
HSV(B) 3.82º 0.94% 0.85% -
XYZ 28.73 15.32 1.79 -
YUV 80.63 89.28 224.56 -
System Red Green Blue C M Y K H S L
Decimal 216 25 12 0 0.88 0.94 0.15 3.82 0.89 0.45
Hex D8 19 C 0 58 5E F 4 59 2D
Octal 330 31 14 0 130 136 17 4 131 55
Binary 11011000 11001 1100 0 1011000 1011110 1111 100 1011001 101101

Color Harmonies of #D8190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8190C

Black with #D8190C

Text Example


Text Example

White with #D8190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8190C; }

 p { color: rgb(216,25,12); }

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

background-color css

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

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

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

border-color css

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

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

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