Html Css Color HEX #FA2730 Alizarin

📋 copy color: '#FA2730'

red 250 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #FA2730

Tints of Alizarin #FA2730

RGB

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

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

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

R = 74.18%
G = 11.57%
B = 14.24%

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

#FA2730 (or 0xFA2730) is known color: Alizarin. HEX triplet: FA, 27 and 30. RGB value is (250,39,48). Sum of RGB (Red+Green+Blue) = 250+39+48=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2730 is #05D8CF. Grayscale: #676767. Windows color (decimal): -383184 or 3155962. OLE color: 3155962.

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

Color convert

RGB 250 39 48 -
CMYK 0 0.84 0.81 0.02
HSL 357.44º 0.95% 0.57% -
HSV(B) 357.44º 0.84% 0.98% -
XYZ 40.68 21.99 4.9 -
YUV 103.12 96.9 232.77 -
System Red Green Blue C M Y K H S L
Decimal 250 39 48 0 0.84 0.81 0.02 357.44 0.95 0.57
Hex FA 27 30 0 54 51 2 165 5F 39
Octal 372 47 60 0 124 121 2 545 137 71
Binary 11111010 100111 110000 0 1010100 1010001 10 101100101 1011111 111001

Color Harmonies of #FA2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2730

Black with #FA2730

Text Example


Text Example

White with #FA2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2730; }

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

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

background-color css

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

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

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

border-color css

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

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

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