Html Css Color HEX #FA282C Alizarin

📋 copy color: '#FA282C'

red 250 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #FA282C

Tints of Alizarin #FA282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 74.85%
G = 11.98%
B = 13.17%

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

#FA282C (or 0xFA282C) is known color: Alizarin. HEX triplet: FA, 28 and 2C. RGB value is (250,40,44). Sum of RGB (Red+Green+Blue) = 250+40+44=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA282C is #05D7D3. Grayscale: #676767. Windows color (decimal): -382932 or 2894074. OLE color: 2894074.

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

Color convert

RGB 250 40 44 -
CMYK 0 0.84 0.82 0.02
HSL 358.86º 0.95% 0.57% -
HSV(B) 358.86º 0.84% 0.98% -
XYZ 40.64 22.02 4.49 -
YUV 103.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 250 40 44 0 0.84 0.82 0.02 358.86 0.95 0.57
Hex FA 28 2C 0 54 52 2 167 5F 39
Octal 372 50 54 0 124 122 2 547 137 71
Binary 11111010 101000 101100 0 1010100 1010010 10 101100111 1011111 111001

Color Harmonies of #FA282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA282C

Black with #FA282C

Text Example


Text Example

White with #FA282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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