Html Css Color HEX #FA2633 Alizarin

📋 copy color: '#FA2633'

red 250 ◦ green 38 ◦ blue 51

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

Shades of Alizarin #FA2633

Tints of Alizarin #FA2633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 73.75%
G = 11.21%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA2633 (or 0xFA2633) is known color: Alizarin. HEX triplet: FA, 26 and 33. RGB value is (250,38,51). Sum of RGB (Red+Green+Blue) = 250+38+51=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2633 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2633 is #05D9CC. Grayscale: #676767. Windows color (decimal): -383437 or 3352314. OLE color: 3352314.

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

Color convert

RGB 250 38 51 -
CMYK 0 0.85 0.80 0.02
HSL 356.32º 0.95% 0.56% -
HSV(B) 356.32º 0.85% 0.98% -
XYZ 40.72 21.95 5.22 -
YUV 102.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 250 38 51 0 0.85 0.80 0.02 356.32 0.95 0.56
Hex FA 26 33 0 55 50 2 164 5F 38
Octal 372 46 63 0 125 120 2 544 137 70
Binary 11111010 100110 110011 0 1010101 1010000 10 101100100 1011111 111000

Color Harmonies of #FA2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2633

Black with #FA2633

Text Example


Text Example

White with #FA2633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2633; }

 p { color: rgb(250,38,51); }

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

background-color css

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

 a { background-color: rgb(250,38,51); }

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

border-color css

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

 span { border-color: rgb(250,38,51); }

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