Html Css Color HEX #FA242C Alizarin

📋 copy color: '#FA242C'

red 250 ◦ green 36 ◦ blue 44

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

Shades of Alizarin #FA242C

Tints of Alizarin #FA242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

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

R = 75.76%
G = 10.91%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA242C (or 0xFA242C) is known color: Alizarin. HEX triplet: FA, 24 and 2C. RGB value is (250,36,44). Sum of RGB (Red+Green+Blue) = 250+36+44=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA242C is #05DBD3. Grayscale: #656565. Windows color (decimal): -383956 or 2893050. OLE color: 2893050.

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

Color convert

RGB 250 36 44 -
CMYK 0 0.86 0.82 0.02
HSL 357.76º 0.96% 0.56% -
HSV(B) 357.76º 0.86% 0.98% -
XYZ 40.51 21.77 4.45 -
YUV 100.9 95.9 234.35 -
System Red Green Blue C M Y K H S L
Decimal 250 36 44 0 0.86 0.82 0.02 357.76 0.96 0.56
Hex FA 24 2C 0 56 52 2 166 60 38
Octal 372 44 54 0 126 122 2 546 140 70
Binary 11111010 100100 101100 0 1010110 1010010 10 101100110 1100000 111000

Color Harmonies of #FA242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA242C

Black with #FA242C

Text Example


Text Example

White with #FA242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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