Html Css Color HEX #FA2933 Alizarin

📋 copy color: '#FA2933'

red 250 ◦ green 41 ◦ blue 51

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

Shades of Alizarin #FA2933

Tints of Alizarin #FA2933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

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

R = 73.1%
G = 11.99%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA2933 (or 0xFA2933) is known color: Alizarin. HEX triplet: FA, 29 and 33. RGB value is (250,41,51). Sum of RGB (Red+Green+Blue) = 250+41+51=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2933 is #05D6CC. Grayscale: #686868. Windows color (decimal): -382669 or 3353082. OLE color: 3353082.

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

Color convert

RGB 250 41 51 -
CMYK 0 0.84 0.80 0.02
HSL 357.13º 0.95% 0.57% -
HSV(B) 357.13º 0.84% 0.98% -
XYZ 40.81 22.15 5.26 -
YUV 104.63 97.74 231.69 -
System Red Green Blue C M Y K H S L
Decimal 250 41 51 0 0.84 0.80 0.02 357.13 0.95 0.57
Hex FA 29 33 0 54 50 2 165 5F 39
Octal 372 51 63 0 124 120 2 545 137 71
Binary 11111010 101001 110011 0 1010100 1010000 10 101100101 1011111 111001

Color Harmonies of #FA2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2933

Black with #FA2933

Text Example


Text Example

White with #FA2933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2933; }

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

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

background-color css

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

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

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

border-color css

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

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

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