Html Css Color HEX #FA2C34 Alizarin

📋 copy color: '#FA2C34'

red 250 ◦ green 44 ◦ blue 52

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

Shades of Alizarin #FA2C34

Tints of Alizarin #FA2C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 72.25%
G = 12.72%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2C34 (or 0xFA2C34) is known color: Alizarin. HEX triplet: FA, 2C and 34. RGB value is (250,44,52). Sum of RGB (Red+Green+Blue) = 250+44+52=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C34 is #05D3CB. Grayscale: #6A6A6A. Windows color (decimal): -381900 or 3419386. OLE color: 3419386.

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

Color convert

RGB 250 44 52 -
CMYK 0 0.82 0.79 0.02
HSL 357.67º 0.95% 0.58% -
HSV(B) 357.67º 0.82% 0.98% -
XYZ 40.94 22.37 5.41 -
YUV 106.51 97.25 230.35 -
System Red Green Blue C M Y K H S L
Decimal 250 44 52 0 0.82 0.79 0.02 357.67 0.95 0.58
Hex FA 2C 34 0 52 4F 2 166 5F 3A
Octal 372 54 64 0 122 117 2 546 137 72
Binary 11111010 101100 110100 0 1010010 1001111 10 101100110 1011111 111010

Color Harmonies of #FA2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C34

Black with #FA2C34

Text Example


Text Example

White with #FA2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C34; }

 p { color: rgb(250,44,52); }

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

background-color css

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

 a { background-color: rgb(250,44,52); }

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

border-color css

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

 span { border-color: rgb(250,44,52); }

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