Html Css Color HEX #FB353B Alizarin

📋 copy color: '#FB353B'

red 251 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #FB353B

Tints of Alizarin #FB353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 69.15%
G = 14.6%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB353B (or 0xFB353B) is known color: Alizarin. HEX triplet: FB, 35 and 3B. RGB value is (251,53,59). Sum of RGB (Red+Green+Blue) = 251+53+59=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB353B is #04CAC4. Grayscale: #717171. Windows color (decimal): -314053 or 3880443. OLE color: 3880443.

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

Color convert

RGB 251 53 59 -
CMYK 0 0.79 0.76 0.02
HSL 358.18º 0.96% 0.6% -
HSV(B) 358.18º 0.79% 0.98% -
XYZ 41.85 23.37 6.44 -
YUV 112.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 251 53 59 0 0.79 0.76 0.02 358.18 0.96 0.6
Hex FB 35 3B 0 4F 4C 2 166 60 3C
Octal 373 65 73 0 117 114 2 546 140 74
Binary 11111011 110101 111011 0 1001111 1001100 10 101100110 1100000 111100

Color Harmonies of #FB353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB353B

Black with #FB353B

Text Example


Text Example

White with #FB353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB353B; }

 p { color: rgb(251,53,59); }

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

background-color css

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

 a { background-color: rgb(251,53,59); }

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

border-color css

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

 span { border-color: rgb(251,53,59); }

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