Html Css Color HEX #D43000 Harley Davidson Orange

📋 copy color: '#D43000'

red 212 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #D43000

Tints of Harley Davidson Orange #D43000

RGB

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

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

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

R = 81.54%
G = 18.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D43000 (or 0xD43000) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 00. RGB value is (212,48,0). Sum of RGB (Red+Green+Blue) = 212+48+0=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D43000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43000 is #2BCFFF. Grayscale: #5B5B5B. Windows color (decimal): -2871296 or 12500. OLE color: 12500.

HSL color Cylindrical-coordinate representation of color #D43000: hue angle of 13.58º 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 #D43000 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 0 -
CMYK 0 0.77 1 0.17
HSL 13.58º 1% 0.42% -
HSV(B) 13.58º 1% 0.83% -
XYZ 28.21 16.11 1.62 -
YUV 91.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 212 48 0 0 0.77 1 0.17 13.58 1 0.42
Hex D4 30 0 0 4D 64 11 E 64 2A
Octal 324 60 0 0 115 144 21 16 144 52
Binary 11010100 110000 0 0 1001101 1100100 10001 1110 1100100 101010

Color Harmonies of #D43000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43000

Black with #D43000

Text Example


Text Example

White with #D43000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43000; }

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

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

background-color css

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

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

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

border-color css

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

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

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