Html Css Color HEX #FB2740 Alizarin

📋 copy color: '#FB2740'

red 251 ◦ green 39 ◦ blue 64

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

Shades of Alizarin #FB2740

Tints of Alizarin #FB2740

RGB

 RED value IS 251 (98.44% from 255) = 70.9%

 GREEN value IS 39 (15.63% from 255) = 11.02%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 70.9%
G = 11.02%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB2740 (or 0xFB2740) is known color: Alizarin. HEX triplet: FB, 27 and 40. RGB value is (251,39,64). Sum of RGB (Red+Green+Blue) = 251+39+64=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2740 is #04D8BF. Grayscale: #696969. Windows color (decimal): -317632 or 4204539. OLE color: 4204539.

HSL color Cylindrical-coordinate representation of color #FB2740: hue angle of 352.92º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2740 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 39 64 -
CMYK 0 0.84 0.75 0.02
HSL 352.92º 0.96% 0.57% -
HSV(B) 352.92º 0.84% 0.98% -
XYZ 41.43 22.33 6.98 -
YUV 105.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 251 39 64 0 0.84 0.75 0.02 352.92 0.96 0.57
Hex FB 27 40 0 54 4B 2 161 60 39
Octal 373 47 100 0 124 113 2 541 140 71
Binary 11111011 100111 1000000 0 1010100 1001011 10 101100001 1100000 111001

Color Harmonies of #FB2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2740

Black with #FB2740

Text Example


Text Example

White with #FB2740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2740; }

 p { color: rgb(251,39,64); }

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

background-color css

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

 a { background-color: rgb(251,39,64); }

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

border-color css

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

 span { border-color: rgb(251,39,64); }

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