Html Css Color HEX #D3351A Harley Davidson Orange

📋 copy color: '#D3351A'

red 211 ◦ green 53 ◦ blue 26

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

Shades of Harley Davidson Orange #D3351A

Tints of Harley Davidson Orange #D3351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 72.76%
G = 18.28%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3351A (or 0xD3351A) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 1A. RGB value is (211,53,26). Sum of RGB (Red+Green+Blue) = 211+53+26=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3351A is #2CCAE5. Grayscale: #616161. Windows color (decimal): -2935526 or 1717715. OLE color: 1717715.

HSL color Cylindrical-coordinate representation of color #D3351A: hue angle of 8.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3351A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 26 -
CMYK 0 0.75 0.88 0.17
HSL 8.76º 0.78% 0.46% -
HSV(B) 8.76º 0.88% 0.83% -
XYZ 28.32 16.47 2.66 -
YUV 97.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 211 53 26 0 0.75 0.88 0.17 8.76 0.78 0.46
Hex D3 35 1A 0 4B 58 11 9 4E 2E
Octal 323 65 32 0 113 130 21 11 116 56
Binary 11010011 110101 11010 0 1001011 1011000 10001 1001 1001110 101110

Color Harmonies of #D3351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3351A

Black with #D3351A

Text Example


Text Example

White with #D3351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3351A; }

 p { color: rgb(211,53,26); }

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

background-color css

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

 a { background-color: rgb(211,53,26); }

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

border-color css

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

 span { border-color: rgb(211,53,26); }

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