Html Css Color HEX #FA252D Alizarin

📋 copy color: '#FA252D'

red 250 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #FA252D

Tints of Alizarin #FA252D

RGB

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

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

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

R = 75.3%
G = 11.14%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA252D (or 0xFA252D) is known color: Alizarin. HEX triplet: FA, 25 and 2D. RGB value is (250,37,45). Sum of RGB (Red+Green+Blue) = 250+37+45=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA252D is #05DAD2. Grayscale: #656565. Windows color (decimal): -383699 or 2958842. OLE color: 2958842.

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

Color convert

RGB 250 37 45 -
CMYK 0 0.85 0.82 0.02
HSL 357.75º 0.96% 0.56% -
HSV(B) 357.75º 0.85% 0.98% -
XYZ 40.56 21.84 4.56 -
YUV 101.6 96.07 233.85 -
System Red Green Blue C M Y K H S L
Decimal 250 37 45 0 0.85 0.82 0.02 357.75 0.96 0.56
Hex FA 25 2D 0 55 52 2 166 60 38
Octal 372 45 55 0 125 122 2 546 140 70
Binary 11111010 100101 101101 0 1010101 1010010 10 101100110 1100000 111000

Color Harmonies of #FA252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA252D

Black with #FA252D

Text Example


Text Example

White with #FA252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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