Html Css Color HEX #BF2413 Harley Davidson Orange

📋 copy color: '#BF2413'

red 191 ◦ green 36 ◦ blue 19

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

Shades of Harley Davidson Orange #BF2413

Tints of Harley Davidson Orange #BF2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 77.64%
G = 14.63%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF2413 (or 0xBF2413) is known color: Harley Davidson Orange. HEX triplet: BF, 24 and 13. RGB value is (191,36,19). Sum of RGB (Red+Green+Blue) = 191+36+19=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2413 is #40DBEC. Grayscale: #505050. Windows color (decimal): -4250605 or 1254591. OLE color: 1254591.

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

Color convert

RGB 191 36 19 -
CMYK 0 0.81 0.90 0.25
HSL 5.93º 0.82% 0.41% -
HSV(B) 5.93º 0.9% 0.75% -
XYZ 22.23 12.39 1.83 -
YUV 80.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 191 36 19 0 0.81 0.90 0.25 5.93 0.82 0.41
Hex BF 24 13 0 51 5A 19 6 52 29
Octal 277 44 23 0 121 132 31 6 122 51
Binary 10111111 100100 10011 0 1010001 1011010 11001 110 1010010 101001

Color Harmonies of #BF2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2413

Black with #BF2413

Text Example


Text Example

White with #BF2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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