Html Css Color HEX #FB393A Alizarin

📋 copy color: '#FB393A'

red 251 ◦ green 57 ◦ blue 58

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

Shades of Alizarin #FB393A

Tints of Alizarin #FB393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.57%

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 68.58%
G = 15.57%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB393A (or 0xFB393A) is known color: Alizarin. HEX triplet: FB, 39 and 3A. RGB value is (251,57,58). Sum of RGB (Red+Green+Blue) = 251+57+58=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB393A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB393A is #04C6C5. Grayscale: #737373. Windows color (decimal): -313030 or 3815931. OLE color: 3815931.

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

Color convert

RGB 251 57 58 -
CMYK 0 0.77 0.77 0.02
HSL 359.69º 0.96% 0.6% -
HSV(B) 359.69º 0.77% 0.98% -
XYZ 42.01 23.74 6.37 -
YUV 115.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 251 57 58 0 0.77 0.77 0.02 359.69 0.96 0.6
Hex FB 39 3A 0 4D 4D 2 168 60 3C
Octal 373 71 72 0 115 115 2 550 140 74
Binary 11111011 111001 111010 0 1001101 1001101 10 101101000 1100000 111100

Color Harmonies of #FB393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB393A

Black with #FB393A

Text Example


Text Example

White with #FB393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB393A; }

 p { color: rgb(251,57,58); }

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

background-color css

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

 a { background-color: rgb(251,57,58); }

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

border-color css

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

 span { border-color: rgb(251,57,58); }

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