Html Css Color HEX #D0190F Harley Davidson Orange

📋 copy color: '#D0190F'

red 208 ◦ green 25 ◦ blue 15

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

Shades of Harley Davidson Orange #D0190F

Tints of Harley Davidson Orange #D0190F

RGB

 RED value IS 208 (81.64% from 255) = 83.87%

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

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

R = 83.87%
G = 10.08%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0190F (or 0xD0190F) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 0F. RGB value is (208,25,15). Sum of RGB (Red+Green+Blue) = 208+25+15=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D0190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0190F is #2FE6F0. Grayscale: #4E4E4E. Windows color (decimal): -3139313 or 989648. OLE color: 989648.

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

Color convert

RGB 208 25 15 -
CMYK 0 0.88 0.93 0.18
HSL 3.11º 0.87% 0.44% -
HSV(B) 3.11º 0.93% 0.82% -
XYZ 26.45 14.14 1.79 -
YUV 78.58 92.13 220.31 -
System Red Green Blue C M Y K H S L
Decimal 208 25 15 0 0.88 0.93 0.18 3.11 0.87 0.44
Hex D0 19 F 0 58 5D 12 3 57 2C
Octal 320 31 17 0 130 135 22 3 127 54
Binary 11010000 11001 1111 0 1011000 1011101 10010 11 1010111 101100

Color Harmonies of #D0190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0190F

Black with #D0190F

Text Example


Text Example

White with #D0190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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