Html Css Color HEX #FA3A3E Alizarin

📋 copy color: '#FA3A3E'

red 250 ◦ green 58 ◦ blue 62

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

Shades of Alizarin #FA3A3E

Tints of Alizarin #FA3A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

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

R = 67.57%
G = 15.68%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA3A3E (or 0xFA3A3E) is known color: Alizarin. HEX triplet: FA, 3A and 3E. RGB value is (250,58,62). Sum of RGB (Red+Green+Blue) = 250+58+62=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A3E is #05C5C1. Grayscale: #747474. Windows color (decimal): -378306 or 4078330. OLE color: 4078330.

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

Color convert

RGB 250 58 62 -
CMYK 0 0.77 0.75 0.02
HSL 358.75º 0.95% 0.6% -
HSV(B) 358.75º 0.77% 0.98% -
XYZ 41.81 23.7 6.93 -
YUV 115.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 250 58 62 0 0.77 0.75 0.02 358.75 0.95 0.6
Hex FA 3A 3E 0 4D 4B 2 167 5F 3C
Octal 372 72 76 0 115 113 2 547 137 74
Binary 11111010 111010 111110 0 1001101 1001011 10 101100111 1011111 111100

Color Harmonies of #FA3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A3E

Black with #FA3A3E

Text Example


Text Example

White with #FA3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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