Html Css Color HEX #BE2D04 Harley Davidson Orange

📋 copy color: '#BE2D04'

red 190 ◦ green 45 ◦ blue 4

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

Shades of Harley Davidson Orange #BE2D04

Tints of Harley Davidson Orange #BE2D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.83%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 79.5%
G = 18.83%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE2D04 (or 0xBE2D04) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 04. RGB value is (190,45,4). Sum of RGB (Red+Green+Blue) = 190+45+4=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D04 is #41D2FB. Grayscale: #535353. Windows color (decimal): -4313852 or 273854. OLE color: 273854.

HSL color Cylindrical-coordinate representation of color #BE2D04: hue angle of 13.23º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE2D04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 4 -
CMYK 0 0.76 0.98 0.25
HSL 13.23º 0.96% 0.38% -
HSV(B) 13.23º 0.98% 0.75% -
XYZ 22.2 12.83 1.42 -
YUV 83.68 83.04 203.83 -
System Red Green Blue C M Y K H S L
Decimal 190 45 4 0 0.76 0.98 0.25 13.23 0.96 0.38
Hex BE 2D 4 0 4C 62 19 D 60 26
Octal 276 55 4 0 114 142 31 15 140 46
Binary 10111110 101101 100 0 1001100 1100010 11001 1101 1100000 100110

Color Harmonies of #BE2D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D04

Black with #BE2D04

Text Example


Text Example

White with #BE2D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D04; }

 p { color: rgb(190,45,4); }

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

background-color css

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

 a { background-color: rgb(190,45,4); }

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

border-color css

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

 span { border-color: rgb(190,45,4); }

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