Html Css Color HEX #BE2F29 Persian Red

📋 copy color: '#BE2F29'

red 190 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #BE2F29

Tints of Persian Red #BE2F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 68.35%
G = 16.91%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE2F29 (or 0xBE2F29) is known color: Persian Red. HEX triplet: BE, 2F and 29. RGB value is (190,47,41). Sum of RGB (Red+Green+Blue) = 190+47+41=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F29 is #41D0D6. Grayscale: #595959. Windows color (decimal): -4313303 or 2699198. OLE color: 2699198.

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

Color convert

RGB 190 47 41 -
CMYK 0 0.75 0.78 0.25
HSL 2.42º 0.65% 0.45% -
HSV(B) 2.42º 0.78% 0.75% -
XYZ 22.65 13.14 3.44 -
YUV 89.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 190 47 41 0 0.75 0.78 0.25 2.42 0.65 0.45
Hex BE 2F 29 0 4B 4E 19 2 41 2D
Octal 276 57 51 0 113 116 31 2 101 55
Binary 10111110 101111 101001 0 1001011 1001110 11001 10 1000001 101101

Color Harmonies of #BE2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F29

Black with #BE2F29

Text Example


Text Example

White with #BE2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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