Html Css Color HEX #BF3225 Persian Red

📋 copy color: '#BF3225'

red 191 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #BF3225

Tints of Persian Red #BF3225

RGB

 RED value IS 191 (75% from 255) = 68.71%

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 68.71%
G = 17.99%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF3225 (or 0xBF3225) is known color: Persian Red. HEX triplet: BF, 32 and 25. RGB value is (191,50,37). Sum of RGB (Red+Green+Blue) = 191+50+37=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3225 is #40CDDA. Grayscale: #5A5A5A. Windows color (decimal): -4247003 or 2437823. OLE color: 2437823.

HSL color Cylindrical-coordinate representation of color #BF3225: hue angle of 5.06º degrees, saturation: 0.68, 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 #BF3225 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 50 37 -
CMYK 0 0.74 0.81 0.25
HSL 5.06º 0.68% 0.45% -
HSV(B) 5.06º 0.81% 0.75% -
XYZ 22.96 13.49 3.14 -
YUV 90.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 191 50 37 0 0.74 0.81 0.25 5.06 0.68 0.45
Hex BF 32 25 0 4A 51 19 5 44 2D
Octal 277 62 45 0 112 121 31 5 104 55
Binary 10111111 110010 100101 0 1001010 1010001 11001 101 1000100 101101

Color Harmonies of #BF3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3225

Black with #BF3225

Text Example


Text Example

White with #BF3225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3225; }

 p { color: rgb(191,50,37); }

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

background-color css

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

 a { background-color: rgb(191,50,37); }

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

border-color css

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

 span { border-color: rgb(191,50,37); }

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