Html Css Color HEX #D5251B Harley Davidson Orange

📋 copy color: '#D5251B'

red 213 ◦ green 37 ◦ blue 27

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

Shades of Harley Davidson Orange #D5251B

Tints of Harley Davidson Orange #D5251B

RGB

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

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

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

R = 76.9%
G = 13.36%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5251B (or 0xD5251B) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 1B. RGB value is (213,37,27). Sum of RGB (Red+Green+Blue) = 213+37+27=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5251B is #2ADAE4. Grayscale: #585858. Windows color (decimal): -2808549 or 1779157. OLE color: 1779157.

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

Color convert

RGB 213 37 27 -
CMYK 0 0.83 0.87 0.16
HSL 3.23º 0.78% 0.47% -
HSV(B) 3.23º 0.87% 0.84% -
XYZ 28.3 15.55 2.55 -
YUV 88.48 93.31 216.81 -
System Red Green Blue C M Y K H S L
Decimal 213 37 27 0 0.83 0.87 0.16 3.23 0.78 0.47
Hex D5 25 1B 0 53 57 10 3 4E 2F
Octal 325 45 33 0 123 127 20 3 116 57
Binary 11010101 100101 11011 0 1010011 1010111 10000 11 1001110 101111

Color Harmonies of #D5251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5251B

Black with #D5251B

Text Example


Text Example

White with #D5251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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