Html Css Color HEX #FA2E30 Alizarin

📋 copy color: '#FA2E30'

red 250 ◦ green 46 ◦ blue 48

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

Shades of Alizarin #FA2E30

Tints of Alizarin #FA2E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 72.67%
G = 13.37%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA2E30 (or 0xFA2E30) is known color: Alizarin. HEX triplet: FA, 2E and 30. RGB value is (250,46,48). Sum of RGB (Red+Green+Blue) = 250+46+48=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E30 is #05D1CF. Grayscale: #6B6B6B. Windows color (decimal): -381392 or 3157754. OLE color: 3157754.

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

Color convert

RGB 250 46 48 -
CMYK 0 0.82 0.81 0.02
HSL 359.41º 0.95% 0.58% -
HSV(B) 359.41º 0.82% 0.98% -
XYZ 40.93 22.49 4.98 -
YUV 107.22 94.59 229.84 -
System Red Green Blue C M Y K H S L
Decimal 250 46 48 0 0.82 0.81 0.02 359.41 0.95 0.58
Hex FA 2E 30 0 52 51 2 167 5F 3A
Octal 372 56 60 0 122 121 2 547 137 72
Binary 11111010 101110 110000 0 1010010 1010001 10 101100111 1011111 111010

Color Harmonies of #FA2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E30

Black with #FA2E30

Text Example


Text Example

White with #FA2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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