Html Css Color HEX #D43215 Harley Davidson Orange

📋 copy color: '#D43215'

red 212 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #D43215

Tints of Harley Davidson Orange #D43215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 74.91%
G = 17.67%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D43215 (or 0xD43215) is known color: Harley Davidson Orange. HEX triplet: D4, 32 and 15. RGB value is (212,50,21). Sum of RGB (Red+Green+Blue) = 212+50+21=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D43215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43215 is #2BCDEA. Grayscale: #5F5F5F. Windows color (decimal): -2870763 or 1389268. OLE color: 1389268.

HSL color Cylindrical-coordinate representation of color #D43215: hue angle of 9.11º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D43215 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 21 -
CMYK 0 0.76 0.90 0.17
HSL 9.11º 0.82% 0.46% -
HSV(B) 9.11º 0.9% 0.83% -
XYZ 28.43 16.33 2.36 -
YUV 95.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 212 50 21 0 0.76 0.90 0.17 9.11 0.82 0.46
Hex D4 32 15 0 4C 5A 11 9 52 2E
Octal 324 62 25 0 114 132 21 11 122 56
Binary 11010100 110010 10101 0 1001100 1011010 10001 1001 1010010 101110

Color Harmonies of #D43215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43215

Black with #D43215

Text Example


Text Example

White with #D43215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43215; }

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

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

background-color css

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

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

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

border-color css

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

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

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