Html Css Color HEX #D9231E Harley Davidson Orange

📋 copy color: '#D9231E'

red 217 ◦ green 35 ◦ blue 30

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

Shades of Harley Davidson Orange #D9231E

Tints of Harley Davidson Orange #D9231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 76.95%
G = 12.41%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9231E (or 0xD9231E) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 1E. RGB value is (217,35,30). Sum of RGB (Red+Green+Blue) = 217+35+30=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9231E is #26DCE1. Grayscale: #595959. Windows color (decimal): -2546914 or 1975257. OLE color: 1975257.

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

Color convert

RGB 217 35 30 -
CMYK 0 0.84 0.86 0.15
HSL 1.6º 0.76% 0.48% -
HSV(B) 1.6º 0.86% 0.85% -
XYZ 29.45 16.05 2.77 -
YUV 88.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 217 35 30 0 0.84 0.86 0.15 1.6 0.76 0.48
Hex D9 23 1E 0 54 56 F 2 4C 30
Octal 331 43 36 0 124 126 17 2 114 60
Binary 11011001 100011 11110 0 1010100 1010110 1111 10 1001100 110000

Color Harmonies of #D9231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9231E

Black with #D9231E

Text Example


Text Example

White with #D9231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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