Html Css Color HEX #FA3137 Alizarin

📋 copy color: '#FA3137'

red 250 ◦ green 49 ◦ blue 55

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

Shades of Alizarin #FA3137

Tints of Alizarin #FA3137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 55 (21.88% from 255) = 15.54%

R = 70.62%
G = 13.84%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA3137 (or 0xFA3137) is known color: Alizarin. HEX triplet: FA, 31 and 37. RGB value is (250,49,55). Sum of RGB (Red+Green+Blue) = 250+49+55=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3137 is #05CEC8. Grayscale: #6D6D6D. Windows color (decimal): -380617 or 3617274. OLE color: 3617274.

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

Color convert

RGB 250 49 55 -
CMYK 0 0.80 0.78 0.02
HSL 358.21º 0.95% 0.59% -
HSV(B) 358.21º 0.8% 0.98% -
XYZ 41.21 22.8 5.84 -
YUV 109.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 250 49 55 0 0.80 0.78 0.02 358.21 0.95 0.59
Hex FA 31 37 0 50 4E 2 166 5F 3B
Octal 372 61 67 0 120 116 2 546 137 73
Binary 11111010 110001 110111 0 1010000 1001110 10 101100110 1011111 111011

Color Harmonies of #FA3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3137

Black with #FA3137

Text Example


Text Example

White with #FA3137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3137; }

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

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

background-color css

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

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

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

border-color css

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

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

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