Html Css Color HEX #BE3D24 Harley Davidson Orange

📋 copy color: '#BE3D24'

red 190 ◦ green 61 ◦ blue 36

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

Shades of Harley Davidson Orange #BE3D24

Tints of Harley Davidson Orange #BE3D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 66.2%
G = 21.25%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3D24 (or 0xBE3D24) is known color: Harley Davidson Orange. HEX triplet: BE, 3D and 24. RGB value is (190,61,36). Sum of RGB (Red+Green+Blue) = 190+61+36=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D24 is #41C2DB. Grayscale: #606060. Windows color (decimal): -4309724 or 2375102. OLE color: 2375102.

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

Color convert

RGB 190 61 36 -
CMYK 0 0.68 0.81 0.25
HSL 9.74º 0.68% 0.44% -
HSV(B) 9.74º 0.81% 0.75% -
XYZ 23.22 14.41 3.23 -
YUV 96.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 190 61 36 0 0.68 0.81 0.25 9.74 0.68 0.44
Hex BE 3D 24 0 44 51 19 A 44 2C
Octal 276 75 44 0 104 121 31 12 104 54
Binary 10111110 111101 100100 0 1000100 1010001 11001 1010 1000100 101100

Color Harmonies of #BE3D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D24

Black with #BE3D24

Text Example


Text Example

White with #BE3D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D24; }

 p { color: rgb(190,61,36); }

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

background-color css

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

 a { background-color: rgb(190,61,36); }

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

border-color css

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

 span { border-color: rgb(190,61,36); }

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