Html Css Color HEX #FA3233 Alizarin

📋 copy color: '#FA3233'

red 250 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #FA3233

Tints of Alizarin #FA3233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 71.23%
G = 14.25%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA3233 (or 0xFA3233) is known color: Alizarin. HEX triplet: FA, 32 and 33. RGB value is (250,50,51). Sum of RGB (Red+Green+Blue) = 250+50+51=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3233 is #05CDCC. Grayscale: #6E6E6E. Windows color (decimal): -380365 or 3355386. OLE color: 3355386.

HSL color Cylindrical-coordinate representation of color #FA3233: hue angle of 359.7º 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 #FA3233 is Cyan = 0, Magento = 0.8, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 50 51 -
CMYK 0 0.8 0.80 0.02
HSL 359.7º 0.95% 0.59% -
HSV(B) 359.7º 0.8% 0.98% -
XYZ 41.16 22.84 5.37 -
YUV 109.91 94.76 227.92 -
System Red Green Blue C M Y K H S L
Decimal 250 50 51 0 0.8 0.80 0.02 359.7 0.95 0.59
Hex FA 32 33 0 50 50 2 168 5F 3B
Octal 372 62 63 0 120 120 2 550 137 73
Binary 11111010 110010 110011 0 1010000 1010000 10 101101000 1011111 111011

Color Harmonies of #FA3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3233

Black with #FA3233

Text Example


Text Example

White with #FA3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3233; }

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

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

background-color css

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

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

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

border-color css

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

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

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