Html Css Color HEX #FB2E3C Alizarin

📋 copy color: '#FB2E3C'

red 251 ◦ green 46 ◦ blue 60

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

Shades of Alizarin #FB2E3C

Tints of Alizarin #FB2E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

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

R = 70.31%
G = 12.89%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB2E3C (or 0xFB2E3C) is known color: Alizarin. HEX triplet: FB, 2E and 3C. RGB value is (251,46,60). Sum of RGB (Red+Green+Blue) = 251+46+60=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2E3C is #04D1C3. Grayscale: #6D6D6D. Windows color (decimal): -315844 or 3944187. OLE color: 3944187.

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

Color convert

RGB 251 46 60 -
CMYK 0 0.82 0.76 0.02
HSL 355.9º 0.96% 0.58% -
HSV(B) 355.9º 0.82% 0.98% -
XYZ 41.58 22.79 6.48 -
YUV 108.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 251 46 60 0 0.82 0.76 0.02 355.9 0.96 0.58
Hex FB 2E 3C 0 52 4C 2 164 60 3A
Octal 373 56 74 0 122 114 2 544 140 72
Binary 11111011 101110 111100 0 1010010 1001100 10 101100100 1100000 111010

Color Harmonies of #FB2E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2E3C

Black with #FB2E3C

Text Example


Text Example

White with #FB2E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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