Html Css Color HEX #D93021 Harley Davidson Orange

📋 copy color: '#D93021'

red 217 ◦ green 48 ◦ blue 33

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

Shades of Harley Davidson Orange #D93021

Tints of Harley Davidson Orange #D93021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 72.82%
G = 16.11%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D93021 (or 0xD93021) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 21. RGB value is (217,48,33). Sum of RGB (Red+Green+Blue) = 217+48+33=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D93021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93021 is #26CFDE. Grayscale: #616161. Windows color (decimal): -2543583 or 2175193. OLE color: 2175193.

HSL color Cylindrical-coordinate representation of color #D93021: hue angle of 4.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D93021 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 33 -
CMYK 0 0.78 0.85 0.15
HSL 4.89º 0.74% 0.49% -
HSV(B) 4.89º 0.85% 0.85% -
XYZ 29.95 16.98 3.14 -
YUV 96.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 217 48 33 0 0.78 0.85 0.15 4.89 0.74 0.49
Hex D9 30 21 0 4E 55 F 5 4A 31
Octal 331 60 41 0 116 125 17 5 112 61
Binary 11011001 110000 100001 0 1001110 1010101 1111 101 1001010 110001

Color Harmonies of #D93021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93021

Black with #D93021

Text Example


Text Example

White with #D93021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93021; }

 p { color: rgb(217,48,33); }

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

background-color css

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

 a { background-color: rgb(217,48,33); }

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

border-color css

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

 span { border-color: rgb(217,48,33); }

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