Html Css Color HEX #FA2C2E Alizarin

📋 copy color: '#FA2C2E'

red 250 ◦ green 44 ◦ blue 46

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

Shades of Alizarin #FA2C2E

Tints of Alizarin #FA2C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 73.53%
G = 12.94%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA2C2E (or 0xFA2C2E) is known color: Alizarin. HEX triplet: FA, 2C and 2E. RGB value is (250,44,46). Sum of RGB (Red+Green+Blue) = 250+44+46=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C2E is #05D3D1. Grayscale: #6A6A6A. Windows color (decimal): -381906 or 3026170. OLE color: 3026170.

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

Color convert

RGB 250 44 46 -
CMYK 0 0.82 0.82 0.02
HSL 359.42º 0.95% 0.58% -
HSV(B) 359.42º 0.82% 0.98% -
XYZ 40.82 22.32 4.74 -
YUV 105.82 94.25 230.84 -
System Red Green Blue C M Y K H S L
Decimal 250 44 46 0 0.82 0.82 0.02 359.42 0.95 0.58
Hex FA 2C 2E 0 52 52 2 167 5F 3A
Octal 372 54 56 0 122 122 2 547 137 72
Binary 11111010 101100 101110 0 1010010 1010010 10 101100111 1011111 111010

Color Harmonies of #FA2C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C2E

Black with #FA2C2E

Text Example


Text Example

White with #FA2C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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