Html Css Color HEX #BF3A24 Harley Davidson Orange

📋 copy color: '#BF3A24'

red 191 ◦ green 58 ◦ blue 36

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

Shades of Harley Davidson Orange #BF3A24

Tints of Harley Davidson Orange #BF3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 67.02%
G = 20.35%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF3A24 (or 0xBF3A24) is known color: Harley Davidson Orange. HEX triplet: BF, 3A and 24. RGB value is (191,58,36). Sum of RGB (Red+Green+Blue) = 191+58+36=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A24 is #40C5DB. Grayscale: #5F5F5F. Windows color (decimal): -4244956 or 2374335. OLE color: 2374335.

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

Color convert

RGB 191 58 36 -
CMYK 0 0.70 0.81 0.25
HSL 8.52º 0.68% 0.45% -
HSV(B) 8.52º 0.81% 0.75% -
XYZ 23.32 14.23 3.19 -
YUV 95.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 191 58 36 0 0.70 0.81 0.25 8.52 0.68 0.45
Hex BF 3A 24 0 46 51 19 9 44 2D
Octal 277 72 44 0 106 121 31 11 104 55
Binary 10111111 111010 100100 0 1000110 1010001 11001 1001 1000100 101101

Color Harmonies of #BF3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A24

Black with #BF3A24

Text Example


Text Example

White with #BF3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A24; }

 p { color: rgb(191,58,36); }

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

background-color css

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

 a { background-color: rgb(191,58,36); }

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

border-color css

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

 span { border-color: rgb(191,58,36); }

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