Html Css Color HEX #FA282A Alizarin

📋 copy color: '#FA282A'

red 250 ◦ green 40 ◦ blue 42

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

Shades of Alizarin #FA282A

Tints of Alizarin #FA282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 75.3%
G = 12.05%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA282A (or 0xFA282A) is known color: Alizarin. HEX triplet: FA, 28 and 2A. RGB value is (250,40,42). Sum of RGB (Red+Green+Blue) = 250+40+42=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA282A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA282A is #05D7D5. Grayscale: #676767. Windows color (decimal): -382934 or 2763002. OLE color: 2763002.

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

Color convert

RGB 250 40 42 -
CMYK 0 0.84 0.83 0.02
HSL 359.43º 0.95% 0.57% -
HSV(B) 359.43º 0.84% 0.98% -
XYZ 40.6 22.01 4.3 -
YUV 103.02 93.57 232.84 -
System Red Green Blue C M Y K H S L
Decimal 250 40 42 0 0.84 0.83 0.02 359.43 0.95 0.57
Hex FA 28 2A 0 54 53 2 167 5F 39
Octal 372 50 52 0 124 123 2 547 137 71
Binary 11111010 101000 101010 0 1010100 1010011 10 101100111 1011111 111001

Color Harmonies of #FA282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA282A

Black with #FA282A

Text Example


Text Example

White with #FA282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA282A; }

 p { color: rgb(250,40,42); }

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

background-color css

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

 a { background-color: rgb(250,40,42); }

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

border-color css

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

 span { border-color: rgb(250,40,42); }

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