Html Css Color HEX #FA2B2E Alizarin

📋 copy color: '#FA2B2E'

red 250 ◦ green 43 ◦ blue 46

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

Shades of Alizarin #FA2B2E

Tints of Alizarin #FA2B2E

RGB

 RED value IS 250 (98.05% from 255) = 73.75%

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

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 73.75%
G = 12.68%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA2B2E (or 0xFA2B2E) is known color: Alizarin. HEX triplet: FA, 2B and 2E. RGB value is (250,43,46). Sum of RGB (Red+Green+Blue) = 250+43+46=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B2E is #05D4D1. Grayscale: #696969. Windows color (decimal): -382162 or 3025914. OLE color: 3025914.

HSL color Cylindrical-coordinate representation of color #FA2B2E: hue angle of 359.13º degrees, saturation: 0.95, 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 #FA2B2E is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 43 46 -
CMYK 0 0.83 0.82 0.02
HSL 359.13º 0.95% 0.57% -
HSV(B) 359.13º 0.83% 0.98% -
XYZ 40.78 22.25 4.73 -
YUV 105.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 250 43 46 0 0.83 0.82 0.02 359.13 0.95 0.57
Hex FA 2B 2E 0 53 52 2 167 5F 39
Octal 372 53 56 0 123 122 2 547 137 71
Binary 11111010 101011 101110 0 1010011 1010010 10 101100111 1011111 111001

Color Harmonies of #FA2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B2E

Black with #FA2B2E

Text Example


Text Example

White with #FA2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B2E; }

 p { color: rgb(250,43,46); }

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

background-color css

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

 a { background-color: rgb(250,43,46); }

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

border-color css

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

 span { border-color: rgb(250,43,46); }

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