Html Css Color HEX #D93303 Harley Davidson Orange

📋 copy color: '#D93303'

red 217 ◦ green 51 ◦ blue 3

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

Shades of Harley Davidson Orange #D93303

Tints of Harley Davidson Orange #D93303

RGB

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

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

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

R = 80.07%
G = 18.82%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D93303 (or 0xD93303) is known color: Harley Davidson Orange. HEX triplet: D9, 33 and 03. RGB value is (217,51,3). Sum of RGB (Red+Green+Blue) = 217+51+3=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D93303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93303 is #26CCFC. Grayscale: #5F5F5F. Windows color (decimal): -2542845 or 209881. OLE color: 209881.

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

Color convert

RGB 217 51 3 -
CMYK 0 0.76 0.99 0.15
HSL 13.46º 0.97% 0.43% -
HSV(B) 13.46º 0.99% 0.85% -
XYZ 29.82 17.13 1.82 -
YUV 95.16 76 214.9 -
System Red Green Blue C M Y K H S L
Decimal 217 51 3 0 0.76 0.99 0.15 13.46 0.97 0.43
Hex D9 33 3 0 4C 63 F D 61 2B
Octal 331 63 3 0 114 143 17 15 141 53
Binary 11011001 110011 11 0 1001100 1100011 1111 1101 1100001 101011

Color Harmonies of #D93303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93303

Black with #D93303

Text Example


Text Example

White with #D93303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93303; }

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

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

background-color css

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

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

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

border-color css

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

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

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