Html Css Color HEX #FA2D3C Alizarin

📋 copy color: '#FA2D3C'

red 250 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #FA2D3C

Tints of Alizarin #FA2D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 70.42%
G = 12.68%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA2D3C (or 0xFA2D3C) is known color: Alizarin. HEX triplet: FA, 2D and 3C. RGB value is (250,45,60). Sum of RGB (Red+Green+Blue) = 250+45+60=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D3C is #05D2C3. Grayscale: #6C6C6C. Windows color (decimal): -381636 or 3943930. OLE color: 3943930.

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

Color convert

RGB 250 45 60 -
CMYK 0 0.82 0.76 0.02
HSL 355.61º 0.95% 0.58% -
HSV(B) 355.61º 0.82% 0.98% -
XYZ 41.18 22.53 6.45 -
YUV 108.01 100.92 229.28 -
System Red Green Blue C M Y K H S L
Decimal 250 45 60 0 0.82 0.76 0.02 355.61 0.95 0.58
Hex FA 2D 3C 0 52 4C 2 164 5F 3A
Octal 372 55 74 0 122 114 2 544 137 72
Binary 11111010 101101 111100 0 1010010 1001100 10 101100100 1011111 111010

Color Harmonies of #FA2D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D3C

Black with #FA2D3C

Text Example


Text Example

White with #FA2D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D3C; }

 p { color: rgb(250,45,60); }

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

background-color css

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

 a { background-color: rgb(250,45,60); }

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

border-color css

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

 span { border-color: rgb(250,45,60); }

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