Html Css Color HEX #D9251C Harley Davidson Orange

📋 copy color: '#D9251C'

red 217 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #D9251C

Tints of Harley Davidson Orange #D9251C

RGB

 RED value IS 217 (85.16% from 255) = 76.95%

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

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

R = 76.95%
G = 13.12%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9251C (or 0xD9251C) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 1C. RGB value is (217,37,28). Sum of RGB (Red+Green+Blue) = 217+37+28=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9251C is #26DAE3. Grayscale: #5A5A5A. Windows color (decimal): -2546404 or 1844697. OLE color: 1844697.

HSL color Cylindrical-coordinate representation of color #D9251C: hue angle of 2.86º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9251C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 28 -
CMYK 0 0.83 0.87 0.15
HSL 2.86º 0.77% 0.48% -
HSV(B) 2.86º 0.87% 0.85% -
XYZ 29.49 16.16 2.66 -
YUV 89.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 217 37 28 0 0.83 0.87 0.15 2.86 0.77 0.48
Hex D9 25 1C 0 53 57 F 3 4D 30
Octal 331 45 34 0 123 127 17 3 115 60
Binary 11011001 100101 11100 0 1010011 1010111 1111 11 1001101 110000

Color Harmonies of #D9251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9251C

Black with #D9251C

Text Example


Text Example

White with #D9251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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