Html Css Color HEX #FA353D Alizarin

📋 copy color: '#FA353D'

red 250 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #FA353D

Tints of Alizarin #FA353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

 BLUE value IS 61 (24.22% from 255) = 16.76%

R = 68.68%
G = 14.56%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA353D (or 0xFA353D) is known color: Alizarin. HEX triplet: FA, 35 and 3D. RGB value is (250,53,61). Sum of RGB (Red+Green+Blue) = 250+53+61=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA353D is #05CAC2. Grayscale: #707070. Windows color (decimal): -379587 or 4011514. OLE color: 4011514.

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

Color convert

RGB 250 53 61 -
CMYK 0 0.79 0.76 0.02
HSL 357.56º 0.95% 0.59% -
HSV(B) 357.56º 0.79% 0.98% -
XYZ 41.54 23.21 6.7 -
YUV 112.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 250 53 61 0 0.79 0.76 0.02 357.56 0.95 0.59
Hex FA 35 3D 0 4F 4C 2 166 5F 3B
Octal 372 65 75 0 117 114 2 546 137 73
Binary 11111010 110101 111101 0 1001111 1001100 10 101100110 1011111 111011

Color Harmonies of #FA353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA353D

Black with #FA353D

Text Example


Text Example

White with #FA353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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