Html Css Color HEX #FA282B Alizarin

📋 copy color: '#FA282B'

red 250 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #FA282B

Tints of Alizarin #FA282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 75.08%
G = 12.01%
B = 12.91%

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

#FA282B (or 0xFA282B) is known color: Alizarin. HEX triplet: FA, 28 and 2B. RGB value is (250,40,43). Sum of RGB (Red+Green+Blue) = 250+40+43=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA282B is #05D7D4. Grayscale: #676767. Windows color (decimal): -382933 or 2828538. OLE color: 2828538.

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

Color convert

RGB 250 40 43 -
CMYK 0 0.84 0.83 0.02
HSL 359.14º 0.95% 0.57% -
HSV(B) 359.14º 0.84% 0.98% -
XYZ 40.62 22.02 4.39 -
YUV 103.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 250 40 43 0 0.84 0.83 0.02 359.14 0.95 0.57
Hex FA 28 2B 0 54 53 2 167 5F 39
Octal 372 50 53 0 124 123 2 547 137 71
Binary 11111010 101000 101011 0 1010100 1010011 10 101100111 1011111 111001

Color Harmonies of #FA282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA282B

Black with #FA282B

Text Example


Text Example

White with #FA282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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