Html Css Color HEX #D5331F Harley Davidson Orange

📋 copy color: '#D5331F'

red 213 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #D5331F

Tints of Harley Davidson Orange #D5331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 72.2%
G = 17.29%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5331F (or 0xD5331F) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 1F. RGB value is (213,51,31). Sum of RGB (Red+Green+Blue) = 213+51+31=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5331F is #2ACCE0. Grayscale: #616161. Windows color (decimal): -2804961 or 2044885. OLE color: 2044885.

HSL color Cylindrical-coordinate representation of color #D5331F: hue angle of 6.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5331F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 31 -
CMYK 0 0.76 0.85 0.16
HSL 6.59º 0.75% 0.48% -
HSV(B) 6.59º 0.85% 0.84% -
XYZ 28.87 16.61 2.98 -
YUV 97.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 213 51 31 0 0.76 0.85 0.16 6.59 0.75 0.48
Hex D5 33 1F 0 4C 55 10 7 4B 30
Octal 325 63 37 0 114 125 20 7 113 60
Binary 11010101 110011 11111 0 1001100 1010101 10000 111 1001011 110000

Color Harmonies of #D5331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5331F

Black with #D5331F

Text Example


Text Example

White with #D5331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5331F; }

 p { color: rgb(213,51,31); }

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

background-color css

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

 a { background-color: rgb(213,51,31); }

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

border-color css

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

 span { border-color: rgb(213,51,31); }

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