Html Css Color HEX #BD240F Harley Davidson Orange

📋 copy color: '#BD240F'

red 189 ◦ green 36 ◦ blue 15

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

Shades of Harley Davidson Orange #BD240F

Tints of Harley Davidson Orange #BD240F

RGB

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

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

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

R = 78.75%
G = 15%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD240F (or 0xBD240F) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 0F. RGB value is (189,36,15). Sum of RGB (Red+Green+Blue) = 189+36+15=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD240F is #42DBF0. Grayscale: #4F4F4F. Windows color (decimal): -4381681 or 992445. OLE color: 992445.

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

Color convert

RGB 189 36 15 -
CMYK 0 0.81 0.92 0.26
HSL 7.24º 0.85% 0.4% -
HSV(B) 7.24º 0.92% 0.74% -
XYZ 21.7 12.12 1.65 -
YUV 79.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 189 36 15 0 0.81 0.92 0.26 7.24 0.85 0.4
Hex BD 24 F 0 51 5C 1A 7 55 28
Octal 275 44 17 0 121 134 32 7 125 50
Binary 10111101 100100 1111 0 1010001 1011100 11010 111 1010101 101000

Color Harmonies of #BD240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD240F

Black with #BD240F

Text Example


Text Example

White with #BD240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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