Html Css Color HEX #D43121 Harley Davidson Orange

📋 copy color: '#D43121'

red 212 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #D43121

Tints of Harley Davidson Orange #D43121

RGB

 RED value IS 212 (83.2% from 255) = 72.11%

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 72.11%
G = 16.67%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D43121 (or 0xD43121) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 21. RGB value is (212,49,33). Sum of RGB (Red+Green+Blue) = 212+49+33=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D43121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43121 is #2BCEDE. Grayscale: #606060. Windows color (decimal): -2871007 or 2175444. OLE color: 2175444.

HSL color Cylindrical-coordinate representation of color #D43121: hue angle of 5.36º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D43121 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 33 -
CMYK 0 0.77 0.84 0.17
HSL 5.36º 0.73% 0.48% -
HSV(B) 5.36º 0.84% 0.83% -
XYZ 28.52 16.3 3.08 -
YUV 95.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 212 49 33 0 0.77 0.84 0.17 5.36 0.73 0.48
Hex D4 31 21 0 4D 54 11 5 49 30
Octal 324 61 41 0 115 124 21 5 111 60
Binary 11010100 110001 100001 0 1001101 1010100 10001 101 1001001 110000

Color Harmonies of #D43121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43121

Black with #D43121

Text Example


Text Example

White with #D43121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43121; }

 p { color: rgb(212,49,33); }

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

background-color css

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

 a { background-color: rgb(212,49,33); }

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

border-color css

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

 span { border-color: rgb(212,49,33); }

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