Html Css Color HEX #D5251C Harley Davidson Orange

📋 copy color: '#D5251C'

red 213 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #D5251C

Tints of Harley Davidson Orange #D5251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 76.62%
G = 13.31%
B = 10.07%

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

#D5251C (or 0xD5251C) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 1C. RGB value is (213,37,28). Sum of RGB (Red+Green+Blue) = 213+37+28=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5251C is #2ADAE3. Grayscale: #585858. Windows color (decimal): -2808548 or 1844693. OLE color: 1844693.

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

Color convert

RGB 213 37 28 -
CMYK 0 0.83 0.87 0.16
HSL 2.92º 0.77% 0.47% -
HSV(B) 2.92º 0.87% 0.84% -
XYZ 28.31 15.55 2.61 -
YUV 88.6 93.81 216.73 -
System Red Green Blue C M Y K H S L
Decimal 213 37 28 0 0.83 0.87 0.16 2.92 0.77 0.47
Hex D5 25 1C 0 53 57 10 3 4D 2F
Octal 325 45 34 0 123 127 20 3 115 57
Binary 11010101 100101 11100 0 1010011 1010111 10000 11 1001101 101111

Color Harmonies of #D5251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5251C

Black with #D5251C

Text Example


Text Example

White with #D5251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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