Html Css Color HEX #D43220 Harley Davidson Orange

📋 copy color: '#D43220'

red 212 ◦ green 50 ◦ blue 32

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

Shades of Harley Davidson Orange #D43220

Tints of Harley Davidson Orange #D43220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

 BLUE value IS 32 (12.89% from 255) = 10.88%

R = 72.11%
G = 17.01%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D43220 (or 0xD43220) is known color: Harley Davidson Orange. HEX triplet: D4, 32 and 20. RGB value is (212,50,32). Sum of RGB (Red+Green+Blue) = 212+50+32=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D43220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43220 is #2BCDDF. Grayscale: #606060. Windows color (decimal): -2870752 or 2110164. OLE color: 2110164.

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

Color convert

RGB 212 50 32 -
CMYK 0 0.76 0.85 0.17
HSL 0.74% 0.48% -
HSV(B) 0.85% 0.83% -
XYZ 28.55 16.38 3.02 -
YUV 96.39 91.67 210.46 -
System Red Green Blue C M Y K H S L
Decimal 212 50 32 0 0.76 0.85 0.17 6 0.74 0.48
Hex D4 32 20 0 4C 55 11 6 4A 30
Octal 324 62 40 0 114 125 21 6 112 60
Binary 11010100 110010 100000 0 1001100 1010101 10001 110 1001010 110000

Color Harmonies of #D43220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43220

Black with #D43220

Text Example


Text Example

White with #D43220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43220; }

 p { color: rgb(212,50,32); }

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

background-color css

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

 a { background-color: rgb(212,50,32); }

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

border-color css

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

 span { border-color: rgb(212,50,32); }

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