Html Css Color HEX #D8250B Harley Davidson Orange

📋 copy color: '#D8250B'

red 216 ◦ green 37 ◦ blue 11

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

Shades of Harley Davidson Orange #D8250B

Tints of Harley Davidson Orange #D8250B

RGB

 RED value IS 216 (84.77% from 255) = 81.82%

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

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 81.82%
G = 14.02%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8250B (or 0xD8250B) is known color: Harley Davidson Orange. HEX triplet: D8, 25 and 0B. RGB value is (216,37,11). Sum of RGB (Red+Green+Blue) = 216+37+11=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8250B is #27DAF4. Grayscale: #575757. Windows color (decimal): -2611957 or 730584. OLE color: 730584.

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

Color convert

RGB 216 37 11 -
CMYK 0 0.83 0.95 0.15
HSL 7.61º 0.9% 0.45% -
HSV(B) 7.61º 0.95% 0.85% -
XYZ 29.04 15.95 1.86 -
YUV 87.56 84.8 219.61 -
System Red Green Blue C M Y K H S L
Decimal 216 37 11 0 0.83 0.95 0.15 7.61 0.9 0.45
Hex D8 25 B 0 53 5F F 8 5A 2D
Octal 330 45 13 0 123 137 17 10 132 55
Binary 11011000 100101 1011 0 1010011 1011111 1111 1000 1011010 101101

Color Harmonies of #D8250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8250B

Black with #D8250B

Text Example


Text Example

White with #D8250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8250B; }

 p { color: rgb(216,37,11); }

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

background-color css

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

 a { background-color: rgb(216,37,11); }

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

border-color css

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

 span { border-color: rgb(216,37,11); }

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