Html Css Color HEX #BF2313 Harley Davidson Orange

📋 copy color: '#BF2313'

red 191 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #BF2313

Tints of Harley Davidson Orange #BF2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 77.96%
G = 14.29%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF2313 (or 0xBF2313) is known color: Harley Davidson Orange. HEX triplet: BF, 23 and 13. RGB value is (191,35,19). Sum of RGB (Red+Green+Blue) = 191+35+19=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2313 is #40DCEC. Grayscale: #505050. Windows color (decimal): -4250861 or 1254335. OLE color: 1254335.

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

Color convert

RGB 191 35 19 -
CMYK 0 0.82 0.90 0.25
HSL 5.58º 0.82% 0.41% -
HSV(B) 5.58º 0.9% 0.75% -
XYZ 22.2 12.33 1.82 -
YUV 79.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 191 35 19 0 0.82 0.90 0.25 5.58 0.82 0.41
Hex BF 23 13 0 52 5A 19 6 52 29
Octal 277 43 23 0 122 132 31 6 122 51
Binary 10111111 100011 10011 0 1010010 1011010 11001 110 1010010 101001

Color Harmonies of #BF2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2313

Black with #BF2313

Text Example


Text Example

White with #BF2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2313; }

 p { color: rgb(191,35,19); }

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

background-color css

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

 a { background-color: rgb(191,35,19); }

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

border-color css

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

 span { border-color: rgb(191,35,19); }

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