Html Css Color HEX #FA2635 Alizarin

📋 copy color: '#FA2635'

red 250 ◦ green 38 ◦ blue 53

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

Shades of Alizarin #FA2635

Tints of Alizarin #FA2635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.54%

R = 73.31%
G = 11.14%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2635 (or 0xFA2635) is known color: Alizarin. HEX triplet: FA, 26 and 35. RGB value is (250,38,53). Sum of RGB (Red+Green+Blue) = 250+38+53=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2635 is #05D9CA. Grayscale: #676767. Windows color (decimal): -383435 or 3483386. OLE color: 3483386.

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

Color convert

RGB 250 38 53 -
CMYK 0 0.85 0.79 0.02
HSL 355.75º 0.95% 0.56% -
HSV(B) 355.75º 0.85% 0.98% -
XYZ 40.76 21.97 5.46 -
YUV 103.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 250 38 53 0 0.85 0.79 0.02 355.75 0.95 0.56
Hex FA 26 35 0 55 4F 2 164 5F 38
Octal 372 46 65 0 125 117 2 544 137 70
Binary 11111010 100110 110101 0 1010101 1001111 10 101100100 1011111 111000

Color Harmonies of #FA2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2635

Black with #FA2635

Text Example


Text Example

White with #FA2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2635; }

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

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

background-color css

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

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

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

border-color css

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

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

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