Html Css Color HEX #BD3415 Harley Davidson Orange

📋 copy color: '#BD3415'

red 189 ◦ green 52 ◦ blue 21

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

Shades of Harley Davidson Orange #BD3415

Tints of Harley Davidson Orange #BD3415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

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

R = 72.14%
G = 19.85%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3415 (or 0xBD3415) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 15. RGB value is (189,52,21). Sum of RGB (Red+Green+Blue) = 189+52+21=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3415 is #42CBEA. Grayscale: #595959. Windows color (decimal): -4377579 or 1389757. OLE color: 1389757.

HSL color Cylindrical-coordinate representation of color #BD3415: hue angle of 11.07º 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 #BD3415 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 21 -
CMYK 0 0.72 0.89 0.26
HSL 11.07º 0.8% 0.41% -
HSV(B) 11.07º 0.89% 0.74% -
XYZ 22.35 13.33 2.1 -
YUV 89.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 189 52 21 0 0.72 0.89 0.26 11.07 0.8 0.41
Hex BD 34 15 0 48 59 1A B 50 29
Octal 275 64 25 0 110 131 32 13 120 51
Binary 10111101 110100 10101 0 1001000 1011001 11010 1011 1010000 101001

Color Harmonies of #BD3415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3415

Black with #BD3415

Text Example


Text Example

White with #BD3415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3415; }

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

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

background-color css

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

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

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

border-color css

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

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

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