Html Css Color HEX #BB2401 Harley Davidson Orange

📋 copy color: '#BB2401'

red 187 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #BB2401

Tints of Harley Davidson Orange #BB2401

RGB

 RED value IS 187 (73.44% from 255) = 83.48%

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 83.48%
G = 16.07%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2401 (or 0xBB2401) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 01. RGB value is (187,36,1). Sum of RGB (Red+Green+Blue) = 187+36+1=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2401 is #44DBFE. Grayscale: #4D4D4D. Windows color (decimal): -4512767 or 74939. OLE color: 74939.

HSL color Cylindrical-coordinate representation of color #BB2401: hue angle of 11.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB2401 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 1 -
CMYK 0 0.81 0.99 0.27
HSL 11.29º 0.99% 0.37% -
HSV(B) 11.29º 0.99% 0.73% -
XYZ 21.13 11.83 1.2 -
YUV 77.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 187 36 1 0 0.81 0.99 0.27 11.29 0.99 0.37
Hex BB 24 1 0 51 63 1B B 63 25
Octal 273 44 1 0 121 143 33 13 143 45
Binary 10111011 100100 1 0 1010001 1100011 11011 1011 1100011 100101

Color Harmonies of #BB2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2401

Black with #BB2401

Text Example


Text Example

White with #BB2401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2401; }

 p { color: rgb(187,36,1); }

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

background-color css

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

 a { background-color: rgb(187,36,1); }

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

border-color css

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

 span { border-color: rgb(187,36,1); }

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