Html Css Color HEX #D91D03 Harley Davidson Orange

📋 copy color: '#D91D03'

red 217 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #D91D03

Tints of Harley Davidson Orange #D91D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.65%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 87.15%
G = 11.65%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D91D03 (or 0xD91D03) is known color: Harley Davidson Orange. HEX triplet: D9, 1D and 03. RGB value is (217,29,3). Sum of RGB (Red+Green+Blue) = 217+29+3=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91D03 is #26E2FC. Grayscale: #525252. Windows color (decimal): -2548477 or 204249. OLE color: 204249.

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

Color convert

RGB 217 29 3 -
CMYK 0 0.87 0.99 0.15
HSL 7.29º 0.97% 0.43% -
HSV(B) 7.29º 0.99% 0.85% -
XYZ 29.07 15.64 1.57 -
YUV 82.25 83.28 224.11 -
System Red Green Blue C M Y K H S L
Decimal 217 29 3 0 0.87 0.99 0.15 7.29 0.97 0.43
Hex D9 1D 3 0 57 63 F 7 61 2B
Octal 331 35 3 0 127 143 17 7 141 53
Binary 11011001 11101 11 0 1010111 1100011 1111 111 1100001 101011

Color Harmonies of #D91D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D03

Black with #D91D03

Text Example


Text Example

White with #D91D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D03; }

 p { color: rgb(217,29,3); }

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

background-color css

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

 a { background-color: rgb(217,29,3); }

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

border-color css

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

 span { border-color: rgb(217,29,3); }

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