Html Css Color HEX #FA2830 Alizarin

📋 copy color: '#FA2830'

red 250 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #FA2830

Tints of Alizarin #FA2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 73.96%
G = 11.83%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA2830 (or 0xFA2830) is known color: Alizarin. HEX triplet: FA, 28 and 30. RGB value is (250,40,48). Sum of RGB (Red+Green+Blue) = 250+40+48=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2830 is #05D7CF. Grayscale: #676767. Windows color (decimal): -382928 or 3156218. OLE color: 3156218.

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

Color convert

RGB 250 40 48 -
CMYK 0 0.84 0.81 0.02
HSL 357.71º 0.95% 0.57% -
HSV(B) 357.71º 0.84% 0.98% -
XYZ 40.72 22.05 4.91 -
YUV 103.7 96.57 232.35 -
System Red Green Blue C M Y K H S L
Decimal 250 40 48 0 0.84 0.81 0.02 357.71 0.95 0.57
Hex FA 28 30 0 54 51 2 166 5F 39
Octal 372 50 60 0 124 121 2 546 137 71
Binary 11111010 101000 110000 0 1010100 1010001 10 101100110 1011111 111001

Color Harmonies of #FA2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2830

Black with #FA2830

Text Example


Text Example

White with #FA2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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