Html Css Color HEX #BF2C13 Harley Davidson Orange

📋 copy color: '#BF2C13'

red 191 ◦ green 44 ◦ blue 19

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

Shades of Harley Davidson Orange #BF2C13

Tints of Harley Davidson Orange #BF2C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.32%

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

R = 75.2%
G = 17.32%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF2C13 (or 0xBF2C13) is known color: Harley Davidson Orange. HEX triplet: BF, 2C and 13. RGB value is (191,44,19). Sum of RGB (Red+Green+Blue) = 191+44+19=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2C13 is #40D3EC. Grayscale: #555555. Windows color (decimal): -4248557 or 1256639. OLE color: 1256639.

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

Color convert

RGB 191 44 19 -
CMYK 0 0.77 0.90 0.25
HSL 8.72º 0.82% 0.41% -
HSV(B) 8.72º 0.9% 0.75% -
XYZ 22.5 12.92 1.92 -
YUV 85.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 191 44 19 0 0.77 0.90 0.25 8.72 0.82 0.41
Hex BF 2C 13 0 4D 5A 19 9 52 29
Octal 277 54 23 0 115 132 31 11 122 51
Binary 10111111 101100 10011 0 1001101 1011010 11001 1001 1010010 101001

Color Harmonies of #BF2C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C13

Black with #BF2C13

Text Example


Text Example

White with #BF2C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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