Html Css Color HEX #FA2E3E Alizarin

📋 copy color: '#FA2E3E'

red 250 ◦ green 46 ◦ blue 62

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

Shades of Alizarin #FA2E3E

Tints of Alizarin #FA2E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 69.83%
G = 12.85%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA2E3E (or 0xFA2E3E) is known color: Alizarin. HEX triplet: FA, 2E and 3E. RGB value is (250,46,62). Sum of RGB (Red+Green+Blue) = 250+46+62=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E3E is #05D1C1. Grayscale: #6C6C6C. Windows color (decimal): -381378 or 4075258. OLE color: 4075258.

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

Color convert

RGB 250 46 62 -
CMYK 0 0.82 0.75 0.02
HSL 355.29º 0.95% 0.58% -
HSV(B) 355.29º 0.82% 0.98% -
XYZ 41.27 22.63 6.75 -
YUV 108.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 250 46 62 0 0.82 0.75 0.02 355.29 0.95 0.58
Hex FA 2E 3E 0 52 4B 2 163 5F 3A
Octal 372 56 76 0 122 113 2 543 137 72
Binary 11111010 101110 111110 0 1010010 1001011 10 101100011 1011111 111010

Color Harmonies of #FA2E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E3E

Black with #FA2E3E

Text Example


Text Example

White with #FA2E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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