Html Css Color HEX #FA2935 Alizarin

📋 copy color: '#FA2935'

red 250 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #FA2935

Tints of Alizarin #FA2935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 72.67%
G = 11.92%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2935 (or 0xFA2935) is known color: Alizarin. HEX triplet: FA, 29 and 35. RGB value is (250,41,53). Sum of RGB (Red+Green+Blue) = 250+41+53=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2935 is #05D6CA. Grayscale: #696969. Windows color (decimal): -382667 or 3484154. OLE color: 3484154.

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

Color convert

RGB 250 41 53 -
CMYK 0 0.84 0.79 0.02
HSL 356.56º 0.95% 0.57% -
HSV(B) 356.56º 0.84% 0.98% -
XYZ 40.86 22.17 5.49 -
YUV 104.86 98.74 231.52 -
System Red Green Blue C M Y K H S L
Decimal 250 41 53 0 0.84 0.79 0.02 356.56 0.95 0.57
Hex FA 29 35 0 54 4F 2 165 5F 39
Octal 372 51 65 0 124 117 2 545 137 71
Binary 11111010 101001 110101 0 1010100 1001111 10 101100101 1011111 111001

Color Harmonies of #FA2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2935

Black with #FA2935

Text Example


Text Example

White with #FA2935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2935; }

 p { color: rgb(250,41,53); }

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

background-color css

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

 a { background-color: rgb(250,41,53); }

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

border-color css

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

 span { border-color: rgb(250,41,53); }

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