Html Css Color HEX #D43003 Harley Davidson Orange

📋 copy color: '#D43003'

red 212 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #D43003

Tints of Harley Davidson Orange #D43003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 80.61%
G = 18.25%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D43003 (or 0xD43003) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 03. RGB value is (212,48,3). Sum of RGB (Red+Green+Blue) = 212+48+3=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D43003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43003 is #2BCFFC. Grayscale: #5C5C5C. Windows color (decimal): -2871293 or 209108. OLE color: 209108.

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

Color convert

RGB 212 48 3 -
CMYK 0 0.77 0.99 0.17
HSL 12.92º 0.97% 0.42% -
HSV(B) 12.92º 0.99% 0.83% -
XYZ 28.22 16.12 1.71 -
YUV 91.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 212 48 3 0 0.77 0.99 0.17 12.92 0.97 0.42
Hex D4 30 3 0 4D 63 11 D 61 2A
Octal 324 60 3 0 115 143 21 15 141 52
Binary 11010100 110000 11 0 1001101 1100011 10001 1101 1100001 101010

Color Harmonies of #D43003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43003

Black with #D43003

Text Example


Text Example

White with #D43003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43003; }

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

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

background-color css

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

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

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

border-color css

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

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

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