Html Css Color HEX #FA3740 Alizarin

📋 copy color: '#FA3740'

red 250 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #FA3740

Tints of Alizarin #FA3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.91%

 BLUE value IS 64 (25.39% from 255) = 17.34%

R = 67.75%
G = 14.91%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3740 (or 0xFA3740) is known color: Alizarin. HEX triplet: FA, 37 and 40. RGB value is (250,55,64). Sum of RGB (Red+Green+Blue) = 250+55+64=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3740 is #05C8BF. Grayscale: #727272. Windows color (decimal): -379072 or 4208634. OLE color: 4208634.

HSL color Cylindrical-coordinate representation of color #FA3740: hue angle of 357.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3740 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 64 -
CMYK 0 0.78 0.74 0.02
HSL 357.23º 0.95% 0.6% -
HSV(B) 357.23º 0.78% 0.98% -
XYZ 41.72 23.43 7.17 -
YUV 114.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 250 55 64 0 0.78 0.74 0.02 357.23 0.95 0.6
Hex FA 37 40 0 4E 4A 2 165 5F 3C
Octal 372 67 100 0 116 112 2 545 137 74
Binary 11111010 110111 1000000 0 1001110 1001010 10 101100101 1011111 111100

Color Harmonies of #FA3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3740

Black with #FA3740

Text Example


Text Example

White with #FA3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3740; }

 p { color: rgb(250,55,64); }

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

background-color css

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

 a { background-color: rgb(250,55,64); }

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

border-color css

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

 span { border-color: rgb(250,55,64); }

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