Html Css Color HEX #BF2410 Harley Davidson Orange

📋 copy color: '#BF2410'

red 191 ◦ green 36 ◦ blue 16

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

Shades of Harley Davidson Orange #BF2410

Tints of Harley Davidson Orange #BF2410

RGB

 RED value IS 191 (75% from 255) = 78.6%

 GREEN value IS 36 (14.45% from 255) = 14.81%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 78.6%
G = 14.81%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF2410 (or 0xBF2410) is known color: Harley Davidson Orange. HEX triplet: BF, 24 and 10. RGB value is (191,36,16). Sum of RGB (Red+Green+Blue) = 191+36+16=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2410 is #40DBEF. Grayscale: #505050. Windows color (decimal): -4250608 or 1057983. OLE color: 1057983.

HSL color Cylindrical-coordinate representation of color #BF2410: hue angle of 6.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF2410 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 16 -
CMYK 0 0.81 0.92 0.25
HSL 6.86º 0.85% 0.41% -
HSV(B) 6.86º 0.92% 0.75% -
XYZ 22.21 12.38 1.71 -
YUV 80.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 191 36 16 0 0.81 0.92 0.25 6.86 0.85 0.41
Hex BF 24 10 0 51 5C 19 7 55 29
Octal 277 44 20 0 121 134 31 7 125 51
Binary 10111111 100100 10000 0 1010001 1011100 11001 111 1010101 101001

Color Harmonies of #BF2410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2410

Black with #BF2410

Text Example


Text Example

White with #BF2410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2410; }

 p { color: rgb(191,36,16); }

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

background-color css

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

 a { background-color: rgb(191,36,16); }

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

border-color css

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

 span { border-color: rgb(191,36,16); }

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