Html Css Color HEX #FA2434 Alizarin

📋 copy color: '#FA2434'

red 250 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #FA2434

Tints of Alizarin #FA2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

 BLUE value IS 52 (20.7% from 255) = 15.38%

R = 73.96%
G = 10.65%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2434 (or 0xFA2434) is known color: Alizarin. HEX triplet: FA, 24 and 34. RGB value is (250,36,52). Sum of RGB (Red+Green+Blue) = 250+36+52=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2434 is #05DBCB. Grayscale: #656565. Windows color (decimal): -383948 or 3417338. OLE color: 3417338.

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

Color convert

RGB 250 36 52 -
CMYK 0 0.86 0.79 0.02
HSL 355.51º 0.96% 0.56% -
HSV(B) 355.51º 0.86% 0.98% -
XYZ 40.68 21.83 5.32 -
YUV 101.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 250 36 52 0 0.86 0.79 0.02 355.51 0.96 0.56
Hex FA 24 34 0 56 4F 2 164 60 38
Octal 372 44 64 0 126 117 2 544 140 70
Binary 11111010 100100 110100 0 1010110 1001111 10 101100100 1100000 111000

Color Harmonies of #FA2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2434

Black with #FA2434

Text Example


Text Example

White with #FA2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2434; }

 p { color: rgb(250,36,52); }

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

background-color css

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

 a { background-color: rgb(250,36,52); }

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

border-color css

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

 span { border-color: rgb(250,36,52); }

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