Html Css Color HEX #FA292D Alizarin

📋 copy color: '#FA292D'

red 250 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #FA292D

Tints of Alizarin #FA292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 74.4%
G = 12.2%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA292D (or 0xFA292D) is known color: Alizarin. HEX triplet: FA, 29 and 2D. RGB value is (250,41,45). Sum of RGB (Red+Green+Blue) = 250+41+45=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA292D is #05D6D2. Grayscale: #686868. Windows color (decimal): -382675 or 2959866. OLE color: 2959866.

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

Color convert

RGB 250 41 45 -
CMYK 0 0.84 0.82 0.02
HSL 358.85º 0.95% 0.57% -
HSV(B) 358.85º 0.84% 0.98% -
XYZ 40.69 22.1 4.6 -
YUV 103.95 94.74 232.17 -
System Red Green Blue C M Y K H S L
Decimal 250 41 45 0 0.84 0.82 0.02 358.85 0.95 0.57
Hex FA 29 2D 0 54 52 2 167 5F 39
Octal 372 51 55 0 124 122 2 547 137 71
Binary 11111010 101001 101101 0 1010100 1010010 10 101100111 1011111 111001

Color Harmonies of #FA292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA292D

Black with #FA292D

Text Example


Text Example

White with #FA292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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