Html Css Color HEX #FA2E3A Alizarin

📋 copy color: '#FA2E3A'

red 250 ◦ green 46 ◦ blue 58

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

Shades of Alizarin #FA2E3A

Tints of Alizarin #FA2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 70.62%
G = 12.99%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA2E3A (or 0xFA2E3A) is known color: Alizarin. HEX triplet: FA, 2E and 3A. RGB value is (250,46,58). Sum of RGB (Red+Green+Blue) = 250+46+58=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E3A is #05D1C5. Grayscale: #6C6C6C. Windows color (decimal): -381382 or 3813114. OLE color: 3813114.

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

Color convert

RGB 250 46 58 -
CMYK 0 0.82 0.77 0.02
HSL 356.47º 0.95% 0.58% -
HSV(B) 356.47º 0.82% 0.98% -
XYZ 41.17 22.58 6.19 -
YUV 108.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 250 46 58 0 0.82 0.77 0.02 356.47 0.95 0.58
Hex FA 2E 3A 0 52 4D 2 164 5F 3A
Octal 372 56 72 0 122 115 2 544 137 72
Binary 11111010 101110 111010 0 1010010 1001101 10 101100100 1011111 111010

Color Harmonies of #FA2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E3A

Black with #FA2E3A

Text Example


Text Example

White with #FA2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E3A; }

 p { color: rgb(250,46,58); }

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

background-color css

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

 a { background-color: rgb(250,46,58); }

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

border-color css

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

 span { border-color: rgb(250,46,58); }

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