Html Css Color HEX #FA2C38 Alizarin

📋 copy color: '#FA2C38'

red 250 ◦ green 44 ◦ blue 56

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

Shades of Alizarin #FA2C38

Tints of Alizarin #FA2C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16%

R = 71.43%
G = 12.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA2C38 (or 0xFA2C38) is known color: Alizarin. HEX triplet: FA, 2C and 38. RGB value is (250,44,56). Sum of RGB (Red+Green+Blue) = 250+44+56=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C38 is #05D3C7. Grayscale: #6B6B6B. Windows color (decimal): -381896 or 3681530. OLE color: 3681530.

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

Color convert

RGB 250 44 56 -
CMYK 0 0.82 0.78 0.02
HSL 356.5º 0.95% 0.58% -
HSV(B) 356.5º 0.82% 0.98% -
XYZ 41.04 22.41 5.9 -
YUV 106.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 250 44 56 0 0.82 0.78 0.02 356.5 0.95 0.58
Hex FA 2C 38 0 52 4E 2 165 5F 3A
Octal 372 54 70 0 122 116 2 545 137 72
Binary 11111010 101100 111000 0 1010010 1001110 10 101100101 1011111 111010

Color Harmonies of #FA2C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C38

Black with #FA2C38

Text Example


Text Example

White with #FA2C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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