Html Css Color HEX #FA2D34 Alizarin

📋 copy color: '#FA2D34'

red 250 ◦ green 45 ◦ blue 52

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

Shades of Alizarin #FA2D34

Tints of Alizarin #FA2D34

RGB

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

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

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

R = 72.05%
G = 12.97%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2D34 (or 0xFA2D34) is known color: Alizarin. HEX triplet: FA, 2D and 34. RGB value is (250,45,52). Sum of RGB (Red+Green+Blue) = 250+45+52=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D34 is #05D2CB. Grayscale: #6B6B6B. Windows color (decimal): -381644 or 3419642. OLE color: 3419642.

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

Color convert

RGB 250 45 52 -
CMYK 0 0.82 0.79 0.02
HSL 357.95º 0.95% 0.58% -
HSV(B) 357.95º 0.82% 0.98% -
XYZ 40.98 22.45 5.42 -
YUV 107.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 250 45 52 0 0.82 0.79 0.02 357.95 0.95 0.58
Hex FA 2D 34 0 52 4F 2 166 5F 3A
Octal 372 55 64 0 122 117 2 546 137 72
Binary 11111010 101101 110100 0 1010010 1001111 10 101100110 1011111 111010

Color Harmonies of #FA2D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D34

Black with #FA2D34

Text Example


Text Example

White with #FA2D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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