Html Css Color HEX #D5251A Harley Davidson Orange

📋 copy color: '#D5251A'

red 213 ◦ green 37 ◦ blue 26

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

Shades of Harley Davidson Orange #D5251A

Tints of Harley Davidson Orange #D5251A

RGB

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

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

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

R = 77.17%
G = 13.41%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5251A (or 0xD5251A) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 1A. RGB value is (213,37,26). Sum of RGB (Red+Green+Blue) = 213+37+26=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5251A is #2ADAE5. Grayscale: #585858. Windows color (decimal): -2808550 or 1713621. OLE color: 1713621.

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

Color convert

RGB 213 37 26 -
CMYK 0 0.83 0.88 0.16
HSL 3.53º 0.78% 0.47% -
HSV(B) 3.53º 0.88% 0.84% -
XYZ 28.29 15.54 2.49 -
YUV 88.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 213 37 26 0 0.83 0.88 0.16 3.53 0.78 0.47
Hex D5 25 1A 0 53 58 10 4 4E 2F
Octal 325 45 32 0 123 130 20 4 116 57
Binary 11010101 100101 11010 0 1010011 1011000 10000 100 1001110 101111

Color Harmonies of #D5251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5251A

Black with #D5251A

Text Example


Text Example

White with #D5251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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