Html Css Color HEX #FB2B3C Alizarin

📋 copy color: '#FB2B3C'

red 251 ◦ green 43 ◦ blue 60

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

Shades of Alizarin #FB2B3C

Tints of Alizarin #FB2B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 70.9%
G = 12.15%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB2B3C (or 0xFB2B3C) is known color: Alizarin. HEX triplet: FB, 2B and 3C. RGB value is (251,43,60). Sum of RGB (Red+Green+Blue) = 251+43+60=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B3C is #04D4C3. Grayscale: #6B6B6B. Windows color (decimal): -316612 or 3943419. OLE color: 3943419.

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

Color convert

RGB 251 43 60 -
CMYK 0 0.83 0.76 0.02
HSL 355.1º 0.96% 0.58% -
HSV(B) 355.1º 0.83% 0.98% -
XYZ 41.46 22.56 6.44 -
YUV 107.13 101.41 230.62 -
System Red Green Blue C M Y K H S L
Decimal 251 43 60 0 0.83 0.76 0.02 355.1 0.96 0.58
Hex FB 2B 3C 0 53 4C 2 163 60 3A
Octal 373 53 74 0 123 114 2 543 140 72
Binary 11111011 101011 111100 0 1010011 1001100 10 101100011 1100000 111010

Color Harmonies of #FB2B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B3C

Black with #FB2B3C

Text Example


Text Example

White with #FB2B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B3C; }

 p { color: rgb(251,43,60); }

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

background-color css

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

 a { background-color: rgb(251,43,60); }

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

border-color css

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

 span { border-color: rgb(251,43,60); }

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