Html Css Color HEX #BD250F Harley Davidson Orange

📋 copy color: '#BD250F'

red 189 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #BD250F

Tints of Harley Davidson Orange #BD250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 78.42%
G = 15.35%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD250F (or 0xBD250F) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 0F. RGB value is (189,37,15). Sum of RGB (Red+Green+Blue) = 189+37+15=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD250F is #42DAF0. Grayscale: #505050. Windows color (decimal): -4381425 or 992701. OLE color: 992701.

HSL color Cylindrical-coordinate representation of color #BD250F: hue angle of 7.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD250F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 15 -
CMYK 0 0.80 0.92 0.26
HSL 7.59º 0.85% 0.4% -
HSV(B) 7.59º 0.92% 0.74% -
XYZ 21.73 12.18 1.66 -
YUV 79.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 189 37 15 0 0.80 0.92 0.26 7.59 0.85 0.4
Hex BD 25 F 0 50 5C 1A 8 55 28
Octal 275 45 17 0 120 134 32 10 125 50
Binary 10111101 100101 1111 0 1010000 1011100 11010 1000 1010101 101000

Color Harmonies of #BD250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD250F

Black with #BD250F

Text Example


Text Example

White with #BD250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD250F; }

 p { color: rgb(189,37,15); }

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

background-color css

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

 a { background-color: rgb(189,37,15); }

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

border-color css

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

 span { border-color: rgb(189,37,15); }

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