Html Css Color HEX #D5251D Harley Davidson Orange

📋 copy color: '#D5251D'

red 213 ◦ green 37 ◦ blue 29

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

Shades of Harley Davidson Orange #D5251D

Tints of Harley Davidson Orange #D5251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 76.34%
G = 13.26%
B = 10.39%

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

#D5251D (or 0xD5251D) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 1D. RGB value is (213,37,29). Sum of RGB (Red+Green+Blue) = 213+37+29=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5251D is #2ADAE2. Grayscale: #585858. Windows color (decimal): -2808547 or 1910229. OLE color: 1910229.

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

Color convert

RGB 213 37 29 -
CMYK 0 0.83 0.86 0.16
HSL 2.61º 0.76% 0.47% -
HSV(B) 2.61º 0.86% 0.84% -
XYZ 28.32 15.56 2.67 -
YUV 88.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 213 37 29 0 0.83 0.86 0.16 2.61 0.76 0.47
Hex D5 25 1D 0 53 56 10 3 4C 2F
Octal 325 45 35 0 123 126 20 3 114 57
Binary 11010101 100101 11101 0 1010011 1010110 10000 11 1001100 101111

Color Harmonies of #D5251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5251D

Black with #D5251D

Text Example


Text Example

White with #D5251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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