Html Css Color HEX #D9250C Harley Davidson Orange

📋 copy color: '#D9250C'

red 217 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #D9250C

Tints of Harley Davidson Orange #D9250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 81.58%
G = 13.91%
B = 4.51%

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

#D9250C (or 0xD9250C) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 0C. RGB value is (217,37,12). Sum of RGB (Red+Green+Blue) = 217+37+12=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D9250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9250C is #26DAF3. Grayscale: #585858. Windows color (decimal): -2546420 or 796121. OLE color: 796121.

HSL color Cylindrical-coordinate representation of color #D9250C: hue angle of 7.32º degrees, saturation: 0.9, 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 #D9250C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 12 -
CMYK 0 0.83 0.94 0.15
HSL 7.32º 0.9% 0.45% -
HSV(B) 7.32º 0.94% 0.85% -
XYZ 29.34 16.1 1.91 -
YUV 87.97 85.13 220.03 -
System Red Green Blue C M Y K H S L
Decimal 217 37 12 0 0.83 0.94 0.15 7.32 0.9 0.45
Hex D9 25 C 0 53 5E F 7 5A 2D
Octal 331 45 14 0 123 136 17 7 132 55
Binary 11011001 100101 1100 0 1010011 1011110 1111 111 1011010 101101

Color Harmonies of #D9250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9250C

Black with #D9250C

Text Example


Text Example

White with #D9250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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