Html Css Color HEX #FA253D Alizarin

📋 copy color: '#FA253D'

red 250 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #FA253D

Tints of Alizarin #FA253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

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

R = 71.84%
G = 10.63%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA253D (or 0xFA253D) is known color: Alizarin. HEX triplet: FA, 25 and 3D. RGB value is (250,37,61). Sum of RGB (Red+Green+Blue) = 250+37+61=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA253D is #05DAC2. Grayscale: #676767. Windows color (decimal): -383683 or 4007418. OLE color: 4007418.

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

Color convert

RGB 250 37 61 -
CMYK 0 0.85 0.76 0.02
HSL 353.24º 0.96% 0.56% -
HSV(B) 353.24º 0.85% 0.98% -
XYZ 40.93 21.98 6.5 -
YUV 103.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 250 37 61 0 0.85 0.76 0.02 353.24 0.96 0.56
Hex FA 25 3D 0 55 4C 2 161 60 38
Octal 372 45 75 0 125 114 2 541 140 70
Binary 11111010 100101 111101 0 1010101 1001100 10 101100001 1100000 111000

Color Harmonies of #FA253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA253D

Black with #FA253D

Text Example


Text Example

White with #FA253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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