Html Css Color HEX #D9230F Harley Davidson Orange

📋 copy color: '#D9230F'

red 217 ◦ green 35 ◦ blue 15

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

Shades of Harley Davidson Orange #D9230F

Tints of Harley Davidson Orange #D9230F

RGB

 RED value IS 217 (85.16% from 255) = 81.27%

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

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

R = 81.27%
G = 13.11%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9230F (or 0xD9230F) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 0F. RGB value is (217,35,15). Sum of RGB (Red+Green+Blue) = 217+35+15=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D9230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9230F is #26DCF0. Grayscale: #575757. Windows color (decimal): -2546929 or 992217. OLE color: 992217.

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

Color convert

RGB 217 35 15 -
CMYK 0 0.84 0.93 0.15
HSL 5.94º 0.87% 0.45% -
HSV(B) 5.94º 0.93% 0.85% -
XYZ 29.3 15.99 1.99 -
YUV 87.14 87.3 220.63 -
System Red Green Blue C M Y K H S L
Decimal 217 35 15 0 0.84 0.93 0.15 5.94 0.87 0.45
Hex D9 23 F 0 54 5D F 6 57 2D
Octal 331 43 17 0 124 135 17 6 127 55
Binary 11011001 100011 1111 0 1010100 1011101 1111 110 1010111 101101

Color Harmonies of #D9230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9230F

Black with #D9230F

Text Example


Text Example

White with #D9230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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