Html Css Color HEX #BF2A13 Harley Davidson Orange

📋 copy color: '#BF2A13'

red 191 ◦ green 42 ◦ blue 19

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

Shades of Harley Davidson Orange #BF2A13

Tints of Harley Davidson Orange #BF2A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.67%

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

R = 75.79%
G = 16.67%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF2A13 (or 0xBF2A13) is known color: Harley Davidson Orange. HEX triplet: BF, 2A and 13. RGB value is (191,42,19). Sum of RGB (Red+Green+Blue) = 191+42+19=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A13 is #40D5EC. Grayscale: #545454. Windows color (decimal): -4249069 or 1256127. OLE color: 1256127.

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

Color convert

RGB 191 42 19 -
CMYK 0 0.78 0.90 0.25
HSL 8.02º 0.82% 0.41% -
HSV(B) 8.02º 0.9% 0.75% -
XYZ 22.43 12.78 1.9 -
YUV 83.93 91.36 204.37 -
System Red Green Blue C M Y K H S L
Decimal 191 42 19 0 0.78 0.90 0.25 8.02 0.82 0.41
Hex BF 2A 13 0 4E 5A 19 8 52 29
Octal 277 52 23 0 116 132 31 10 122 51
Binary 10111111 101010 10011 0 1001110 1011010 11001 1000 1010010 101001

Color Harmonies of #BF2A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A13

Black with #BF2A13

Text Example


Text Example

White with #BF2A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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