Html Css Color HEX #BE2F0D Harley Davidson Orange

📋 copy color: '#BE2F0D'

red 190 ◦ green 47 ◦ blue 13

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

Shades of Harley Davidson Orange #BE2F0D

Tints of Harley Davidson Orange #BE2F0D

RGB

 RED value IS 190 (74.61% from 255) = 76%

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 76%
G = 18.8%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE2F0D (or 0xBE2F0D) is known color: Harley Davidson Orange. HEX triplet: BE, 2F and 0D. RGB value is (190,47,13). Sum of RGB (Red+Green+Blue) = 190+47+13=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2F0D is #41D0F2. Grayscale: #565656. Windows color (decimal): -4313331 or 864190. OLE color: 864190.

HSL color Cylindrical-coordinate representation of color #BE2F0D: hue angle of 11.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE2F0D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 47 13 -
CMYK 0 0.75 0.93 0.25
HSL 11.53º 0.87% 0.4% -
HSV(B) 11.53º 0.93% 0.75% -
XYZ 22.32 13.01 1.72 -
YUV 85.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 190 47 13 0 0.75 0.93 0.25 11.53 0.87 0.4
Hex BE 2F D 0 4B 5D 19 C 57 28
Octal 276 57 15 0 113 135 31 14 127 50
Binary 10111110 101111 1101 0 1001011 1011101 11001 1100 1010111 101000

Color Harmonies of #BE2F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F0D

Black with #BE2F0D

Text Example


Text Example

White with #BE2F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F0D; }

 p { color: rgb(190,47,13); }

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

background-color css

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

 a { background-color: rgb(190,47,13); }

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

border-color css

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

 span { border-color: rgb(190,47,13); }

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