Html Css Color HEX #D9241E Harley Davidson Orange

📋 copy color: '#D9241E'

red 217 ◦ green 36 ◦ blue 30

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

Shades of Harley Davidson Orange #D9241E

Tints of Harley Davidson Orange #D9241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 76.68%
G = 12.72%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9241E (or 0xD9241E) is known color: Harley Davidson Orange. HEX triplet: D9, 24 and 1E. RGB value is (217,36,30). Sum of RGB (Red+Green+Blue) = 217+36+30=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9241E is #26DBE1. Grayscale: #595959. Windows color (decimal): -2546658 or 1975513. OLE color: 1975513.

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

Color convert

RGB 217 36 30 -
CMYK 0 0.83 0.86 0.15
HSL 1.93º 0.76% 0.48% -
HSV(B) 1.93º 0.86% 0.85% -
XYZ 29.48 16.11 2.78 -
YUV 89.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 217 36 30 0 0.83 0.86 0.15 1.93 0.76 0.48
Hex D9 24 1E 0 53 56 F 2 4C 30
Octal 331 44 36 0 123 126 17 2 114 60
Binary 11011001 100100 11110 0 1010011 1010110 1111 10 1001100 110000

Color Harmonies of #D9241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9241E

Black with #D9241E

Text Example


Text Example

White with #D9241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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