Html Css Color HEX #D43303 Harley Davidson Orange

📋 copy color: '#D43303'

red 212 ◦ green 51 ◦ blue 3

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

Shades of Harley Davidson Orange #D43303

Tints of Harley Davidson Orange #D43303

RGB

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

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

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

R = 79.7%
G = 19.17%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D43303 (or 0xD43303) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 03. RGB value is (212,51,3). Sum of RGB (Red+Green+Blue) = 212+51+3=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D43303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43303 is #2BCCFC. Grayscale: #5E5E5E. Windows color (decimal): -2870525 or 209876. OLE color: 209876.

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

Color convert

RGB 212 51 3 -
CMYK 0 0.76 0.99 0.17
HSL 13.78º 0.97% 0.42% -
HSV(B) 13.78º 0.99% 0.83% -
XYZ 28.35 16.37 1.75 -
YUV 93.67 76.84 212.4 -
System Red Green Blue C M Y K H S L
Decimal 212 51 3 0 0.76 0.99 0.17 13.78 0.97 0.42
Hex D4 33 3 0 4C 63 11 E 61 2A
Octal 324 63 3 0 114 143 21 16 141 52
Binary 11010100 110011 11 0 1001100 1100011 10001 1110 1100001 101010

Color Harmonies of #D43303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43303

Black with #D43303

Text Example


Text Example

White with #D43303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43303; }

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

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

background-color css

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

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

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

border-color css

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

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

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