Html Css Color HEX #D93C1B Harley Davidson Orange

📋 copy color: '#D93C1B'

red 217 ◦ green 60 ◦ blue 27

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

Shades of Harley Davidson Orange #D93C1B

Tints of Harley Davidson Orange #D93C1B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 71.38%
G = 19.74%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D93C1B (or 0xD93C1B) is known color: Harley Davidson Orange. HEX triplet: D9, 3C and 1B. RGB value is (217,60,27). Sum of RGB (Red+Green+Blue) = 217+60+27=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C1B is #26C3E4. Grayscale: #676767. Windows color (decimal): -2540517 or 1785049. OLE color: 1785049.

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

Color convert

RGB 217 60 27 -
CMYK 0 0.72 0.88 0.15
HSL 10.42º 0.78% 0.48% -
HSV(B) 10.42º 0.88% 0.85% -
XYZ 30.43 18.06 2.92 -
YUV 103.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 217 60 27 0 0.72 0.88 0.15 10.42 0.78 0.48
Hex D9 3C 1B 0 48 58 F A 4E 30
Octal 331 74 33 0 110 130 17 12 116 60
Binary 11011001 111100 11011 0 1001000 1011000 1111 1010 1001110 110000

Color Harmonies of #D93C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C1B

Black with #D93C1B

Text Example


Text Example

White with #D93C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C1B; }

 p { color: rgb(217,60,27); }

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

background-color css

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

 a { background-color: rgb(217,60,27); }

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

border-color css

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

 span { border-color: rgb(217,60,27); }

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