Html Css Color HEX #D43300 Harley Davidson Orange

📋 copy color: '#D43300'

red 212 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #D43300

Tints of Harley Davidson Orange #D43300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

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

R = 80.61%
G = 19.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D43300 (or 0xD43300) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 00. RGB value is (212,51,0). Sum of RGB (Red+Green+Blue) = 212+51+0=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D43300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43300 is #2BCCFF. Grayscale: #5D5D5D. Windows color (decimal): -2870528 or 13268. OLE color: 13268.

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

Color convert

RGB 212 51 0 -
CMYK 0 0.76 1 0.17
HSL 14.43º 1% 0.42% -
HSV(B) 14.43º 1% 0.83% -
XYZ 28.34 16.36 1.67 -
YUV 93.33 75.34 212.65 -
System Red Green Blue C M Y K H S L
Decimal 212 51 0 0 0.76 1 0.17 14.43 1 0.42
Hex D4 33 0 0 4C 64 11 E 64 2A
Octal 324 63 0 0 114 144 21 16 144 52
Binary 11010100 110011 0 0 1001100 1100100 10001 1110 1100100 101010

Color Harmonies of #D43300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43300

Black with #D43300

Text Example


Text Example

White with #D43300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43300; }

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

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

background-color css

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

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

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

border-color css

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

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

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