Html Css Color HEX #FA2728 Alizarin

📋 copy color: '#FA2728'

red 250 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #FA2728

Tints of Alizarin #FA2728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 75.99%
G = 11.85%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2728 (or 0xFA2728) is known color: Alizarin. HEX triplet: FA, 27 and 28. RGB value is (250,39,40). Sum of RGB (Red+Green+Blue) = 250+39+40=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2728 is #05D8D7. Grayscale: #666666. Windows color (decimal): -383192 or 2631674. OLE color: 2631674.

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

Color convert

RGB 250 39 40 -
CMYK 0 0.84 0.84 0.02
HSL 359.72º 0.95% 0.57% -
HSV(B) 359.72º 0.84% 0.98% -
XYZ 40.53 21.93 4.1 -
YUV 102.2 92.9 233.42 -
System Red Green Blue C M Y K H S L
Decimal 250 39 40 0 0.84 0.84 0.02 359.72 0.95 0.57
Hex FA 27 28 0 54 54 2 168 5F 39
Octal 372 47 50 0 124 124 2 550 137 71
Binary 11111010 100111 101000 0 1010100 1010100 10 101101000 1011111 111001

Color Harmonies of #FA2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2728

Black with #FA2728

Text Example


Text Example

White with #FA2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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