Html Css Color HEX #FA2834 Alizarin

📋 copy color: '#FA2834'

red 250 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #FA2834

Tints of Alizarin #FA2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

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

R = 73.1%
G = 11.7%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2834 (or 0xFA2834) is known color: Alizarin. HEX triplet: FA, 28 and 34. RGB value is (250,40,52). Sum of RGB (Red+Green+Blue) = 250+40+52=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2834 is #05D7CB. Grayscale: #686868. Windows color (decimal): -382924 or 3418362. OLE color: 3418362.

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

Color convert

RGB 250 40 52 -
CMYK 0 0.84 0.79 0.02
HSL 356.57º 0.95% 0.57% -
HSV(B) 356.57º 0.84% 0.98% -
XYZ 40.8 22.09 5.36 -
YUV 104.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 250 40 52 0 0.84 0.79 0.02 356.57 0.95 0.57
Hex FA 28 34 0 54 4F 2 165 5F 39
Octal 372 50 64 0 124 117 2 545 137 71
Binary 11111010 101000 110100 0 1010100 1001111 10 101100101 1011111 111001

Color Harmonies of #FA2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2834

Black with #FA2834

Text Example


Text Example

White with #FA2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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