Html Css Color HEX #D91F06 Harley Davidson Orange

📋 copy color: '#D91F06'

red 217 ◦ green 31 ◦ blue 6

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

Shades of Harley Davidson Orange #D91F06

Tints of Harley Davidson Orange #D91F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.2%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 85.43%
G = 12.2%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D91F06 (or 0xD91F06) is known color: Harley Davidson Orange. HEX triplet: D9, 1F and 06. RGB value is (217,31,6). Sum of RGB (Red+Green+Blue) = 217+31+6=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91F06 is #26E0F9. Grayscale: #545454. Windows color (decimal): -2547962 or 401369. OLE color: 401369.

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

Color convert

RGB 217 31 6 -
CMYK 0 0.86 0.97 0.15
HSL 7.11º 0.95% 0.44% -
HSV(B) 7.11º 0.97% 0.85% -
XYZ 29.14 15.74 1.68 -
YUV 83.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 217 31 6 0 0.86 0.97 0.15 7.11 0.95 0.44
Hex D9 1F 6 0 56 61 F 7 5F 2C
Octal 331 37 6 0 126 141 17 7 137 54
Binary 11011001 11111 110 0 1010110 1100001 1111 111 1011111 101100

Color Harmonies of #D91F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F06

Black with #D91F06

Text Example


Text Example

White with #D91F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F06; }

 p { color: rgb(217,31,6); }

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

background-color css

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

 a { background-color: rgb(217,31,6); }

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

border-color css

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

 span { border-color: rgb(217,31,6); }

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