Html Css Color HEX #FA2326 Alizarin

📋 copy color: '#FA2326'

red 250 ◦ green 35 ◦ blue 38

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

Shades of Alizarin #FA2326

Tints of Alizarin #FA2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

 BLUE value IS 38 (15.23% from 255) = 11.76%

R = 77.4%
G = 10.84%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA2326 (or 0xFA2326) is known color: Alizarin. HEX triplet: FA, 23 and 26. RGB value is (250,35,38). Sum of RGB (Red+Green+Blue) = 250+35+38=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2326 is #05DCD9. Grayscale: #636363. Windows color (decimal): -384218 or 2499578. OLE color: 2499578.

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

Color convert

RGB 250 35 38 -
CMYK 0 0.86 0.85 0.02
HSL 359.16º 0.96% 0.56% -
HSV(B) 359.16º 0.86% 0.98% -
XYZ 40.38 21.67 3.89 -
YUV 99.63 93.23 235.26 -
System Red Green Blue C M Y K H S L
Decimal 250 35 38 0 0.86 0.85 0.02 359.16 0.96 0.56
Hex FA 23 26 0 56 55 2 167 60 38
Octal 372 43 46 0 126 125 2 547 140 70
Binary 11111010 100011 100110 0 1010110 1010101 10 101100111 1100000 111000

Color Harmonies of #FA2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2326

Black with #FA2326

Text Example


Text Example

White with #FA2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2326; }

 p { color: rgb(250,35,38); }

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

background-color css

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

 a { background-color: rgb(250,35,38); }

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

border-color css

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

 span { border-color: rgb(250,35,38); }

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