Html Css Color HEX #D1230F Harley Davidson Orange

📋 copy color: '#D1230F'

red 209 ◦ green 35 ◦ blue 15

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

Shades of Harley Davidson Orange #D1230F

Tints of Harley Davidson Orange #D1230F

RGB

 RED value IS 209 (82.03% from 255) = 80.69%

 GREEN value IS 35 (14.06% from 255) = 13.51%

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

R = 80.69%
G = 13.51%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1230F (or 0xD1230F) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 0F. RGB value is (209,35,15). Sum of RGB (Red+Green+Blue) = 209+35+15=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D1230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1230F is #2EDCF0. Grayscale: #555555. Windows color (decimal): -3071217 or 992209. OLE color: 992209.

HSL color Cylindrical-coordinate representation of color #D1230F: hue angle of 6.19º 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 #D1230F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 15 -
CMYK 0 0.83 0.93 0.18
HSL 6.19º 0.87% 0.44% -
HSV(B) 6.19º 0.93% 0.82% -
XYZ 26.98 14.79 1.88 -
YUV 84.75 88.65 216.63 -
System Red Green Blue C M Y K H S L
Decimal 209 35 15 0 0.83 0.93 0.18 6.19 0.87 0.44
Hex D1 23 F 0 53 5D 12 6 57 2C
Octal 321 43 17 0 123 135 22 6 127 54
Binary 11010001 100011 1111 0 1010011 1011101 10010 110 1010111 101100

Color Harmonies of #D1230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1230F

Black with #D1230F

Text Example


Text Example

White with #D1230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1230F; }

 p { color: rgb(209,35,15); }

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

background-color css

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

 a { background-color: rgb(209,35,15); }

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

border-color css

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

 span { border-color: rgb(209,35,15); }

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