Html Css Color HEX #D9331A Harley Davidson Orange

📋 copy color: '#D9331A'

red 217 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #D9331A

Tints of Harley Davidson Orange #D9331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

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

R = 73.81%
G = 17.35%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9331A (or 0xD9331A) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 1A. RGB value is (217,51,26). Sum of RGB (Red+Green+Blue) = 217+51+26=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9331A is #26CCE5. Grayscale: #626262. Windows color (decimal): -2542822 or 1717209. OLE color: 1717209.

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

Color convert

RGB 217 51 26 -
CMYK 0 0.76 0.88 0.15
HSL 7.85º 0.79% 0.48% -
HSV(B) 7.85º 0.88% 0.85% -
XYZ 29.99 17.19 2.72 -
YUV 97.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 217 51 26 0 0.76 0.88 0.15 7.85 0.79 0.48
Hex D9 33 1A 0 4C 58 F 8 4F 30
Octal 331 63 32 0 114 130 17 10 117 60
Binary 11011001 110011 11010 0 1001100 1011000 1111 1000 1001111 110000

Color Harmonies of #D9331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9331A

Black with #D9331A

Text Example


Text Example

White with #D9331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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