Html Css Color HEX #D5251E Harley Davidson Orange

📋 copy color: '#D5251E'

red 213 ◦ green 37 ◦ blue 30

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

Shades of Harley Davidson Orange #D5251E

Tints of Harley Davidson Orange #D5251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 76.07%
G = 13.21%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5251E (or 0xD5251E) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 1E. RGB value is (213,37,30). Sum of RGB (Red+Green+Blue) = 213+37+30=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5251E is #2ADAE1. Grayscale: #595959. Windows color (decimal): -2808546 or 1975765. OLE color: 1975765.

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

Color convert

RGB 213 37 30 -
CMYK 0 0.83 0.86 0.16
HSL 2.3º 0.75% 0.48% -
HSV(B) 2.3º 0.86% 0.84% -
XYZ 28.34 15.56 2.74 -
YUV 88.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 213 37 30 0 0.83 0.86 0.16 2.3 0.75 0.48
Hex D5 25 1E 0 53 56 10 2 4B 30
Octal 325 45 36 0 123 126 20 2 113 60
Binary 11010101 100101 11110 0 1010011 1010110 10000 10 1001011 110000

Color Harmonies of #D5251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5251E

Black with #D5251E

Text Example


Text Example

White with #D5251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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