Html Css Color HEX #D9231A Harley Davidson Orange

📋 copy color: '#D9231A'

red 217 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #D9231A

Tints of Harley Davidson Orange #D9231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.35%

R = 78.06%
G = 12.59%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9231A (or 0xD9231A) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 1A. RGB value is (217,35,26). Sum of RGB (Red+Green+Blue) = 217+35+26=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9231A is #26DCE5. Grayscale: #585858. Windows color (decimal): -2546918 or 1713113. OLE color: 1713113.

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

Color convert

RGB 217 35 26 -
CMYK 0 0.84 0.88 0.15
HSL 2.83º 0.79% 0.48% -
HSV(B) 2.83º 0.88% 0.85% -
XYZ 29.4 16.03 2.52 -
YUV 88.39 92.8 219.73 -
System Red Green Blue C M Y K H S L
Decimal 217 35 26 0 0.84 0.88 0.15 2.83 0.79 0.48
Hex D9 23 1A 0 54 58 F 3 4F 30
Octal 331 43 32 0 124 130 17 3 117 60
Binary 11011001 100011 11010 0 1010100 1011000 1111 11 1001111 110000

Color Harmonies of #D9231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9231A

Black with #D9231A

Text Example


Text Example

White with #D9231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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