Html Css Color HEX #D3271D Harley Davidson Orange

📋 copy color: '#D3271D'

red 211 ◦ green 39 ◦ blue 29

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

Shades of Harley Davidson Orange #D3271D

Tints of Harley Davidson Orange #D3271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 75.63%
G = 13.98%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3271D (or 0xD3271D) is known color: Harley Davidson Orange. HEX triplet: D3, 27 and 1D. RGB value is (211,39,29). Sum of RGB (Red+Green+Blue) = 211+39+29=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D3271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3271D is #2CD8E2. Grayscale: #595959. Windows color (decimal): -2939107 or 1910739. OLE color: 1910739.

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

Color convert

RGB 211 39 29 -
CMYK 0 0.82 0.86 0.17
HSL 3.3º 0.76% 0.47% -
HSV(B) 3.3º 0.86% 0.83% -
XYZ 27.81 15.39 2.67 -
YUV 89.29 93.98 214.81 -
System Red Green Blue C M Y K H S L
Decimal 211 39 29 0 0.82 0.86 0.17 3.3 0.76 0.47
Hex D3 27 1D 0 52 56 11 3 4C 2F
Octal 323 47 35 0 122 126 21 3 114 57
Binary 11010011 100111 11101 0 1010010 1010110 10001 11 1001100 101111

Color Harmonies of #D3271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3271D

Black with #D3271D

Text Example


Text Example

White with #D3271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3271D; }

 p { color: rgb(211,39,29); }

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

background-color css

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

 a { background-color: rgb(211,39,29); }

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

border-color css

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

 span { border-color: rgb(211,39,29); }

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