Html Css Color HEX #FA2736 Alizarin

📋 copy color: '#FA2736'

red 250 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #FA2736

Tints of Alizarin #FA2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 72.89%
G = 11.37%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA2736 (or 0xFA2736) is known color: Alizarin. HEX triplet: FA, 27 and 36. RGB value is (250,39,54). Sum of RGB (Red+Green+Blue) = 250+39+54=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2736 is #05D8C9. Grayscale: #676767. Windows color (decimal): -383178 or 3549178. OLE color: 3549178.

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

Color convert

RGB 250 39 54 -
CMYK 0 0.84 0.78 0.02
HSL 355.73º 0.95% 0.57% -
HSV(B) 355.73º 0.84% 0.98% -
XYZ 40.82 22.04 5.59 -
YUV 103.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 250 39 54 0 0.84 0.78 0.02 355.73 0.95 0.57
Hex FA 27 36 0 54 4E 2 164 5F 39
Octal 372 47 66 0 124 116 2 544 137 71
Binary 11111010 100111 110110 0 1010100 1001110 10 101100100 1011111 111001

Color Harmonies of #FA2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2736

Black with #FA2736

Text Example


Text Example

White with #FA2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2736; }

 p { color: rgb(250,39,54); }

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

background-color css

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

 a { background-color: rgb(250,39,54); }

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

border-color css

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

 span { border-color: rgb(250,39,54); }

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