Html Css Color HEX #FB2A3E Alizarin

📋 copy color: '#FB2A3E'

red 251 ◦ green 42 ◦ blue 62

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

Shades of Alizarin #FB2A3E

Tints of Alizarin #FB2A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.83%

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 70.7%
G = 11.83%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB2A3E (or 0xFB2A3E) is known color: Alizarin. HEX triplet: FB, 2A and 3E. RGB value is (251,42,62). Sum of RGB (Red+Green+Blue) = 251+42+62=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A3E is #04D5C1. Grayscale: #6A6A6A. Windows color (decimal): -316866 or 4074235. OLE color: 4074235.

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

Color convert

RGB 251 42 62 -
CMYK 0 0.83 0.75 0.02
HSL 354.26º 0.96% 0.57% -
HSV(B) 354.26º 0.83% 0.98% -
XYZ 41.48 22.51 6.72 -
YUV 106.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 251 42 62 0 0.83 0.75 0.02 354.26 0.96 0.57
Hex FB 2A 3E 0 53 4B 2 162 60 39
Octal 373 52 76 0 123 113 2 542 140 71
Binary 11111011 101010 111110 0 1010011 1001011 10 101100010 1100000 111001

Color Harmonies of #FB2A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A3E

Black with #FB2A3E

Text Example


Text Example

White with #FB2A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A3E; }

 p { color: rgb(251,42,62); }

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

background-color css

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

 a { background-color: rgb(251,42,62); }

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

border-color css

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

 span { border-color: rgb(251,42,62); }

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