Html Css Color HEX #BF2502 Harley Davidson Orange

📋 copy color: '#BF2502'

red 191 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #BF2502

Tints of Harley Davidson Orange #BF2502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 83.04%
G = 16.09%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF2502 (or 0xBF2502) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 02. RGB value is (191,37,2). Sum of RGB (Red+Green+Blue) = 191+37+2=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2502 is #40DAFD. Grayscale: #4F4F4F. Windows color (decimal): -4250366 or 140735. OLE color: 140735.

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

Color convert

RGB 191 37 2 -
CMYK 0 0.81 0.99 0.25
HSL 11.11º 0.98% 0.38% -
HSV(B) 11.11º 0.99% 0.75% -
XYZ 22.16 12.4 1.28 -
YUV 79.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 191 37 2 0 0.81 0.99 0.25 11.11 0.98 0.38
Hex BF 25 2 0 51 63 19 B 62 26
Octal 277 45 2 0 121 143 31 13 142 46
Binary 10111111 100101 10 0 1010001 1100011 11001 1011 1100010 100110

Color Harmonies of #BF2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2502

Black with #BF2502

Text Example


Text Example

White with #BF2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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