Html Css Color HEX #BF2D29 Persian Red

📋 copy color: '#BF2D29'

red 191 ◦ green 45 ◦ blue 41

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

Shades of Persian Red #BF2D29

Tints of Persian Red #BF2D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

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

R = 68.95%
G = 16.25%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2D29 (or 0xBF2D29) is known color: Persian Red. HEX triplet: BF, 2D and 29. RGB value is (191,45,41). Sum of RGB (Red+Green+Blue) = 191+45+41=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D29 is #40D2D6. Grayscale: #585858. Windows color (decimal): -4248279 or 2698687. OLE color: 2698687.

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

Color convert

RGB 191 45 41 -
CMYK 0 0.76 0.79 0.25
HSL 1.6º 0.65% 0.45% -
HSV(B) 1.6º 0.79% 0.75% -
XYZ 22.82 13.11 3.43 -
YUV 88.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 191 45 41 0 0.76 0.79 0.25 1.6 0.65 0.45
Hex BF 2D 29 0 4C 4F 19 2 41 2D
Octal 277 55 51 0 114 117 31 2 101 55
Binary 10111111 101101 101001 0 1001100 1001111 11001 10 1000001 101101

Color Harmonies of #BF2D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2D29

Black with #BF2D29

Text Example


Text Example

White with #BF2D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2D29; }

 p { color: rgb(191,45,41); }

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

background-color css

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

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

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

border-color css

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

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

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