Html Css Color HEX #FA3235 Alizarin

📋 copy color: '#FA3235'

red 250 ◦ green 50 ◦ blue 53

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

Shades of Alizarin #FA3235

Tints of Alizarin #FA3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 70.82%
G = 14.16%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA3235 (or 0xFA3235) is known color: Alizarin. HEX triplet: FA, 32 and 35. RGB value is (250,50,53). Sum of RGB (Red+Green+Blue) = 250+50+53=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3235 is #05CDCA. Grayscale: #6E6E6E. Windows color (decimal): -380363 or 3486458. OLE color: 3486458.

HSL color Cylindrical-coordinate representation of color #FA3235: hue angle of 359.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3235 is Cyan = 0, Magento = 0.8, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 50 53 -
CMYK 0 0.8 0.79 0.02
HSL 359.1º 0.95% 0.59% -
HSV(B) 359.1º 0.8% 0.98% -
XYZ 41.21 22.86 5.61 -
YUV 110.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 250 50 53 0 0.8 0.79 0.02 359.1 0.95 0.59
Hex FA 32 35 0 50 4F 2 167 5F 3B
Octal 372 62 65 0 120 117 2 547 137 73
Binary 11111010 110010 110101 0 1010000 1001111 10 101100111 1011111 111011

Color Harmonies of #FA3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3235

Black with #FA3235

Text Example


Text Example

White with #FA3235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3235; }

 p { color: rgb(250,50,53); }

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

background-color css

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

 a { background-color: rgb(250,50,53); }

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

border-color css

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

 span { border-color: rgb(250,50,53); }

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