Html Css Color HEX #BD2F0F Harley Davidson Orange

📋 copy color: '#BD2F0F'

red 189 ◦ green 47 ◦ blue 15

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

Shades of Harley Davidson Orange #BD2F0F

Tints of Harley Davidson Orange #BD2F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.73%

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

R = 75.3%
G = 18.73%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD2F0F (or 0xBD2F0F) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 0F. RGB value is (189,47,15). Sum of RGB (Red+Green+Blue) = 189+47+15=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F0F is #42D0F0. Grayscale: #565656. Windows color (decimal): -4378865 or 995261. OLE color: 995261.

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

Color convert

RGB 189 47 15 -
CMYK 0 0.75 0.92 0.26
HSL 11.03º 0.85% 0.4% -
HSV(B) 11.03º 0.92% 0.74% -
XYZ 22.09 12.89 1.78 -
YUV 85.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 189 47 15 0 0.75 0.92 0.26 11.03 0.85 0.4
Hex BD 2F F 0 4B 5C 1A B 55 28
Octal 275 57 17 0 113 134 32 13 125 50
Binary 10111101 101111 1111 0 1001011 1011100 11010 1011 1010101 101000

Color Harmonies of #BD2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F0F

Black with #BD2F0F

Text Example


Text Example

White with #BD2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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