Html Css Color HEX #FA3D3E Alizarin

📋 copy color: '#FA3D3E'

red 250 ◦ green 61 ◦ blue 62

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

Shades of Alizarin #FA3D3E

Tints of Alizarin #FA3D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.35%

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

R = 67.02%
G = 16.35%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA3D3E (or 0xFA3D3E) is known color: Alizarin. HEX triplet: FA, 3D and 3E. RGB value is (250,61,62). Sum of RGB (Red+Green+Blue) = 250+61+62=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D3E is #05C2C1. Grayscale: #757575. Windows color (decimal): -377538 or 4079098. OLE color: 4079098.

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

Color convert

RGB 250 61 62 -
CMYK 0 0.76 0.75 0.02
HSL 359.68º 0.95% 0.61% -
HSV(B) 359.68º 0.76% 0.98% -
XYZ 41.96 24.01 6.98 -
YUV 117.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 250 61 62 0 0.76 0.75 0.02 359.68 0.95 0.61
Hex FA 3D 3E 0 4C 4B 2 168 5F 3D
Octal 372 75 76 0 114 113 2 550 137 75
Binary 11111010 111101 111110 0 1001100 1001011 10 101101000 1011111 111101

Color Harmonies of #FA3D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D3E

Black with #FA3D3E

Text Example


Text Example

White with #FA3D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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