Html Css Color HEX #D5271B Harley Davidson Orange

📋 copy color: '#D5271B'

red 213 ◦ green 39 ◦ blue 27

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

Shades of Harley Davidson Orange #D5271B

Tints of Harley Davidson Orange #D5271B

RGB

 RED value IS 213 (83.59% from 255) = 76.34%

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 76.34%
G = 13.98%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5271B (or 0xD5271B) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 1B. RGB value is (213,39,27). Sum of RGB (Red+Green+Blue) = 213+39+27=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5271B is #2AD8E4. Grayscale: #595959. Windows color (decimal): -2808037 or 1779669. OLE color: 1779669.

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

Color convert

RGB 213 39 27 -
CMYK 0 0.82 0.87 0.16
HSL 3.87º 0.78% 0.47% -
HSV(B) 3.87º 0.87% 0.84% -
XYZ 28.36 15.68 2.57 -
YUV 89.66 92.65 215.98 -
System Red Green Blue C M Y K H S L
Decimal 213 39 27 0 0.82 0.87 0.16 3.87 0.78 0.47
Hex D5 27 1B 0 52 57 10 4 4E 2F
Octal 325 47 33 0 122 127 20 4 116 57
Binary 11010101 100111 11011 0 1010010 1010111 10000 100 1001110 101111

Color Harmonies of #D5271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5271B

Black with #D5271B

Text Example


Text Example

White with #D5271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5271B; }

 p { color: rgb(213,39,27); }

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

background-color css

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

 a { background-color: rgb(213,39,27); }

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

border-color css

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

 span { border-color: rgb(213,39,27); }

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