Html Css Color HEX #D9251E Harley Davidson Orange

📋 copy color: '#D9251E'

red 217 ◦ green 37 ◦ blue 30

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

Shades of Harley Davidson Orange #D9251E

Tints of Harley Davidson Orange #D9251E

RGB

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

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

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

R = 76.41%
G = 13.03%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9251E (or 0xD9251E) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 1E. RGB value is (217,37,30). Sum of RGB (Red+Green+Blue) = 217+37+30=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9251E is #26DAE1. Grayscale: #5A5A5A. Windows color (decimal): -2546402 or 1975769. OLE color: 1975769.

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

Color convert

RGB 217 37 30 -
CMYK 0 0.83 0.86 0.15
HSL 2.25º 0.76% 0.48% -
HSV(B) 2.25º 0.86% 0.85% -
XYZ 29.51 16.17 2.79 -
YUV 90.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 217 37 30 0 0.83 0.86 0.15 2.25 0.76 0.48
Hex D9 25 1E 0 53 56 F 2 4C 30
Octal 331 45 36 0 123 126 17 2 114 60
Binary 11011001 100101 11110 0 1010011 1010110 1111 10 1001100 110000

Color Harmonies of #D9251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9251E

Black with #D9251E

Text Example


Text Example

White with #D9251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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