Html Css Color HEX #BF2504 Harley Davidson Orange

📋 copy color: '#BF2504'

red 191 ◦ green 37 ◦ blue 4

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

Shades of Harley Davidson Orange #BF2504

Tints of Harley Davidson Orange #BF2504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 82.33%
G = 15.95%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF2504 (or 0xBF2504) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 04. RGB value is (191,37,4). Sum of RGB (Red+Green+Blue) = 191+37+4=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2504 is #40DAFB. Grayscale: #4F4F4F. Windows color (decimal): -4250364 or 271807. OLE color: 271807.

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

Color convert

RGB 191 37 4 -
CMYK 0 0.81 0.98 0.25
HSL 10.59º 0.96% 0.38% -
HSV(B) 10.59º 0.98% 0.75% -
XYZ 22.17 12.41 1.34 -
YUV 79.28 85.52 207.68 -
System Red Green Blue C M Y K H S L
Decimal 191 37 4 0 0.81 0.98 0.25 10.59 0.96 0.38
Hex BF 25 4 0 51 62 19 B 60 26
Octal 277 45 4 0 121 142 31 13 140 46
Binary 10111111 100101 100 0 1010001 1100010 11001 1011 1100000 100110

Color Harmonies of #BF2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2504

Black with #BF2504

Text Example


Text Example

White with #BF2504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2504; }

 p { color: rgb(191,37,4); }

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

background-color css

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

 a { background-color: rgb(191,37,4); }

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

border-color css

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

 span { border-color: rgb(191,37,4); }

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