Html Css Color HEX #BF250C Harley Davidson Orange

📋 copy color: '#BF250C'

red 191 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #BF250C

Tints of Harley Davidson Orange #BF250C

RGB

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

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

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

R = 79.58%
G = 15.42%
B = 5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF250C (or 0xBF250C) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 0C. RGB value is (191,37,12). Sum of RGB (Red+Green+Blue) = 191+37+12=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF250C is #40DAF3. Grayscale: #505050. Windows color (decimal): -4250356 or 796095. OLE color: 796095.

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

Color convert

RGB 191 37 12 -
CMYK 0 0.81 0.94 0.25
HSL 8.38º 0.88% 0.4% -
HSV(B) 8.38º 0.94% 0.75% -
XYZ 22.21 12.43 1.58 -
YUV 80.2 89.52 207.03 -
System Red Green Blue C M Y K H S L
Decimal 191 37 12 0 0.81 0.94 0.25 8.38 0.88 0.4
Hex BF 25 C 0 51 5E 19 8 58 28
Octal 277 45 14 0 121 136 31 10 130 50
Binary 10111111 100101 1100 0 1010001 1011110 11001 1000 1011000 101000

Color Harmonies of #BF250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF250C

Black with #BF250C

Text Example


Text Example

White with #BF250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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