Html Css Color HEX #FA3337 Alizarin

📋 copy color: '#FA3337'

red 250 ◦ green 51 ◦ blue 55

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

Shades of Alizarin #FA3337

Tints of Alizarin #FA3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

 BLUE value IS 55 (21.88% from 255) = 15.45%

R = 70.22%
G = 14.33%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA3337 (or 0xFA3337) is known color: Alizarin. HEX triplet: FA, 33 and 37. RGB value is (250,51,55). Sum of RGB (Red+Green+Blue) = 250+51+55=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3337 is #05CCC8. Grayscale: #6F6F6F. Windows color (decimal): -380105 or 3617786. OLE color: 3617786.

HSL color Cylindrical-coordinate representation of color #FA3337: hue angle of 358.79º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3337 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 55 -
CMYK 0 0.80 0.78 0.02
HSL 358.79º 0.95% 0.59% -
HSV(B) 358.79º 0.8% 0.98% -
XYZ 41.3 22.97 5.87 -
YUV 110.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 250 51 55 0 0.80 0.78 0.02 358.79 0.95 0.59
Hex FA 33 37 0 50 4E 2 167 5F 3B
Octal 372 63 67 0 120 116 2 547 137 73
Binary 11111010 110011 110111 0 1010000 1001110 10 101100111 1011111 111011

Color Harmonies of #FA3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3337

Black with #FA3337

Text Example


Text Example

White with #FA3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3337; }

 p { color: rgb(250,51,55); }

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

background-color css

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

 a { background-color: rgb(250,51,55); }

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

border-color css

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

 span { border-color: rgb(250,51,55); }

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