Html Css Color HEX #D3301C Harley Davidson Orange

📋 copy color: '#D3301C'

red 211 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #D3301C

Tints of Harley Davidson Orange #D3301C

RGB

 RED value IS 211 (82.81% from 255) = 73.52%

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

 BLUE value IS 28 (11.33% from 255) = 9.76%

R = 73.52%
G = 16.72%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3301C (or 0xD3301C) is known color: Harley Davidson Orange. HEX triplet: D3, 30 and 1C. RGB value is (211,48,28). Sum of RGB (Red+Green+Blue) = 211+48+28=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D3301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3301C is #2CCFE3. Grayscale: #5E5E5E. Windows color (decimal): -2936804 or 1847507. OLE color: 1847507.

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

Color convert

RGB 211 48 28 -
CMYK 0 0.77 0.87 0.17
HSL 6.56º 0.77% 0.47% -
HSV(B) 6.56º 0.87% 0.83% -
XYZ 28.13 16.05 2.71 -
YUV 94.46 90.5 211.13 -
System Red Green Blue C M Y K H S L
Decimal 211 48 28 0 0.77 0.87 0.17 6.56 0.77 0.47
Hex D3 30 1C 0 4D 57 11 7 4D 2F
Octal 323 60 34 0 115 127 21 7 115 57
Binary 11010011 110000 11100 0 1001101 1010111 10001 111 1001101 101111

Color Harmonies of #D3301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3301C

Black with #D3301C

Text Example


Text Example

White with #D3301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3301C; }

 p { color: rgb(211,48,28); }

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

background-color css

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

 a { background-color: rgb(211,48,28); }

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

border-color css

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

 span { border-color: rgb(211,48,28); }

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