Html Css Color HEX #BE3425 Persian Red

📋 copy color: '#BE3425'

red 190 ◦ green 52 ◦ blue 37

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

Shades of Persian Red #BE3425

Tints of Persian Red #BE3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 68.1%
G = 18.64%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3425 (or 0xBE3425) is known color: Persian Red. HEX triplet: BE, 34 and 25. RGB value is (190,52,37). Sum of RGB (Red+Green+Blue) = 190+52+37=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3425 is #41CBDA. Grayscale: #5B5B5B. Windows color (decimal): -4312027 or 2438334. OLE color: 2438334.

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

Color convert

RGB 190 52 37 -
CMYK 0 0.73 0.81 0.25
HSL 5.88º 0.67% 0.45% -
HSV(B) 5.88º 0.81% 0.75% -
XYZ 22.8 13.54 3.16 -
YUV 91.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 190 52 37 0 0.73 0.81 0.25 5.88 0.67 0.45
Hex BE 34 25 0 49 51 19 6 43 2D
Octal 276 64 45 0 111 121 31 6 103 55
Binary 10111110 110100 100101 0 1001001 1010001 11001 110 1000011 101101

Color Harmonies of #BE3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3425

Black with #BE3425

Text Example


Text Example

White with #BE3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3425; }

 p { color: rgb(190,52,37); }

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

background-color css

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

 a { background-color: rgb(190,52,37); }

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

border-color css

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

 span { border-color: rgb(190,52,37); }

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