Html Css Color HEX #BF213F Cardinal

📋 copy color: '#BF213F'

red 191 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #BF213F

Tints of Cardinal #BF213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 66.55%
G = 11.5%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF213F (or 0xBF213F) is known color: Cardinal. HEX triplet: BF, 21 and 3F. RGB value is (191,33,63). Sum of RGB (Red+Green+Blue) = 191+33+63=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF213F is #40DEC0. Grayscale: #535353. Windows color (decimal): -4251329 or 4137407. OLE color: 4137407.

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

Color convert

RGB 191 33 63 -
CMYK 0 0.83 0.67 0.25
HSL 348.61º 0.71% 0.44% -
HSV(B) 348.61º 0.83% 0.75% -
XYZ 22.93 12.52 5.91 -
YUV 83.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 191 33 63 0 0.83 0.67 0.25 348.61 0.71 0.44
Hex BF 21 3F 0 53 43 19 15D 47 2C
Octal 277 41 77 0 123 103 31 535 107 54
Binary 10111111 100001 111111 0 1010011 1000011 11001 101011101 1000111 101100

Color Harmonies of #BF213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF213F

Black with #BF213F

Text Example


Text Example

White with #BF213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF213F; }

 p { color: rgb(191,33,63); }

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

background-color css

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

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

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

border-color css

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

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

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