Html Css Color HEX #BF3333 Persian Red

📋 copy color: '#BF3333'

red 191 ◦ green 51 ◦ blue 51

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

Shades of Persian Red #BF3333

Tints of Persian Red #BF3333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 65.19%
G = 17.41%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF3333 (or 0xBF3333) is known color: Persian Red. HEX triplet: BF, 33 and 33. RGB value is (191,51,51). Sum of RGB (Red+Green+Blue) = 191+51+51=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3333 is #40CCCC. Grayscale: #5D5D5D. Windows color (decimal): -4246733 or 3355583. OLE color: 3355583.

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

Color convert

RGB 191 51 51 -
CMYK 0 0.73 0.73 0.25
HSL 0.58% 0.47% -
HSV(B) 0.73% 0.75% -
XYZ 23.27 13.68 4.55 -
YUV 92.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 191 51 51 0 0.73 0.73 0.25 0 0.58 0.47
Hex BF 33 33 0 49 49 19 0 3A 2F
Octal 277 63 63 0 111 111 31 0 72 57
Binary 10111111 110011 110011 0 1001001 1001001 11001 0 111010 101111

Color Harmonies of #BF3333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3333

Black with #BF3333

Text Example


Text Example

White with #BF3333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3333; }

 p { color: rgb(191,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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