Html Css Color HEX #BF2813 Harley Davidson Orange

📋 copy color: '#BF2813'

red 191 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #BF2813

Tints of Harley Davidson Orange #BF2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16%

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

R = 76.4%
G = 16%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF2813 (or 0xBF2813) is known color: Harley Davidson Orange. HEX triplet: BF, 28 and 13. RGB value is (191,40,19). Sum of RGB (Red+Green+Blue) = 191+40+19=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2813 is #40D7EC. Grayscale: #525252. Windows color (decimal): -4249581 or 1255615. OLE color: 1255615.

HSL color Cylindrical-coordinate representation of color #BF2813: hue angle of 7.33º 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 #BF2813 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 19 -
CMYK 0 0.79 0.90 0.25
HSL 7.33º 0.82% 0.41% -
HSV(B) 7.33º 0.9% 0.75% -
XYZ 22.36 12.64 1.88 -
YUV 82.76 92.03 205.21 -
System Red Green Blue C M Y K H S L
Decimal 191 40 19 0 0.79 0.90 0.25 7.33 0.82 0.41
Hex BF 28 13 0 4F 5A 19 7 52 29
Octal 277 50 23 0 117 132 31 7 122 51
Binary 10111111 101000 10011 0 1001111 1011010 11001 111 1010010 101001

Color Harmonies of #BF2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2813

Black with #BF2813

Text Example


Text Example

White with #BF2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2813; }

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

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

background-color css

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

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

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

border-color css

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

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

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