Html Css Color HEX #D5251F Harley Davidson Orange

📋 copy color: '#D5251F'

red 213 ◦ green 37 ◦ blue 31

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

Shades of Harley Davidson Orange #D5251F

Tints of Harley Davidson Orange #D5251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 75.8%
G = 13.17%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5251F (or 0xD5251F) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 1F. RGB value is (213,37,31). Sum of RGB (Red+Green+Blue) = 213+37+31=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5251F is #2ADAE0. Grayscale: #595959. Windows color (decimal): -2808545 or 2041301. OLE color: 2041301.

HSL color Cylindrical-coordinate representation of color #D5251F: hue angle of 1.98º 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 #D5251F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 31 -
CMYK 0 0.83 0.85 0.16
HSL 1.98º 0.75% 0.48% -
HSV(B) 1.98º 0.85% 0.84% -
XYZ 28.35 15.57 2.81 -
YUV 88.94 95.31 216.49 -
System Red Green Blue C M Y K H S L
Decimal 213 37 31 0 0.83 0.85 0.16 1.98 0.75 0.48
Hex D5 25 1F 0 53 55 10 2 4B 30
Octal 325 45 37 0 123 125 20 2 113 60
Binary 11010101 100101 11111 0 1010011 1010101 10000 10 1001011 110000

Color Harmonies of #D5251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5251F

Black with #D5251F

Text Example


Text Example

White with #D5251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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