Html Css Color HEX #BD2B15 Harley Davidson Orange

📋 copy color: '#BD2B15'

red 189 ◦ green 43 ◦ blue 21

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

Shades of Harley Davidson Orange #BD2B15

Tints of Harley Davidson Orange #BD2B15

RGB

 RED value IS 189 (74.22% from 255) = 74.7%

 GREEN value IS 43 (17.19% from 255) = 17%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 74.7%
G = 17%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD2B15 (or 0xBD2B15) is known color: Harley Davidson Orange. HEX triplet: BD, 2B and 15. RGB value is (189,43,21). Sum of RGB (Red+Green+Blue) = 189+43+21=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B15 is #42D4EA. Grayscale: #545454. Windows color (decimal): -4379883 or 1387453. OLE color: 1387453.

HSL color Cylindrical-coordinate representation of color #BD2B15: hue angle of 7.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD2B15 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 43 21 -
CMYK 0 0.77 0.89 0.26
HSL 7.86º 0.8% 0.41% -
HSV(B) 7.86º 0.89% 0.74% -
XYZ 21.99 12.6 1.98 -
YUV 84.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 189 43 21 0 0.77 0.89 0.26 7.86 0.8 0.41
Hex BD 2B 15 0 4D 59 1A 8 50 29
Octal 275 53 25 0 115 131 32 10 120 51
Binary 10111101 101011 10101 0 1001101 1011001 11010 1000 1010000 101001

Color Harmonies of #BD2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B15

Black with #BD2B15

Text Example


Text Example

White with #BD2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B15; }

 p { color: rgb(189,43,21); }

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

background-color css

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

 a { background-color: rgb(189,43,21); }

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

border-color css

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

 span { border-color: rgb(189,43,21); }

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