Html Css Color HEX #D9250D Harley Davidson Orange

📋 copy color: '#D9250D'

red 217 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #D9250D

Tints of Harley Davidson Orange #D9250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 81.27%
G = 13.86%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9250D (or 0xD9250D) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 0D. RGB value is (217,37,13). Sum of RGB (Red+Green+Blue) = 217+37+13=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D9250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9250D is #26DAF2. Grayscale: #585858. Windows color (decimal): -2546419 or 861657. OLE color: 861657.

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

Color convert

RGB 217 37 13 -
CMYK 0 0.83 0.94 0.15
HSL 7.06º 0.89% 0.45% -
HSV(B) 7.06º 0.94% 0.85% -
XYZ 29.35 16.1 1.94 -
YUV 88.08 85.63 219.95 -
System Red Green Blue C M Y K H S L
Decimal 217 37 13 0 0.83 0.94 0.15 7.06 0.89 0.45
Hex D9 25 D 0 53 5E F 7 59 2D
Octal 331 45 15 0 123 136 17 7 131 55
Binary 11011001 100101 1101 0 1010011 1011110 1111 111 1011001 101101

Color Harmonies of #D9250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9250D

Black with #D9250D

Text Example


Text Example

White with #D9250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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