Html Css Color HEX #D43500 Harley Davidson Orange

📋 copy color: '#D43500'

red 212 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #D43500

Tints of Harley Davidson Orange #D43500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D43500 (or 0xD43500) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 00. RGB value is (212,53,0). Sum of RGB (Red+Green+Blue) = 212+53+0=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D43500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43500 is #2BCAFF. Grayscale: #5E5E5E. Windows color (decimal): -2870016 or 13780. OLE color: 13780.

HSL color Cylindrical-coordinate representation of color #D43500: hue angle of 15º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D43500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 0 -
CMYK 0 0.75 1 0.17
HSL 15º 1% 0.42% -
HSV(B) 15º 1% 0.83% -
XYZ 28.42 16.54 1.7 -
YUV 94.5 74.68 211.81 -
System Red Green Blue C M Y K H S L
Decimal 212 53 0 0 0.75 1 0.17 15 1 0.42
Hex D4 35 0 0 4B 64 11 F 64 2A
Octal 324 65 0 0 113 144 21 17 144 52
Binary 11010100 110101 0 0 1001011 1100100 10001 1111 1100100 101010

Color Harmonies of #D43500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43500

Black with #D43500

Text Example


Text Example

White with #D43500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43500; }

 p { color: rgb(212,53,0); }

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

background-color css

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

 a { background-color: rgb(212,53,0); }

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

border-color css

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

 span { border-color: rgb(212,53,0); }

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