Html Css Color HEX #F3313B Alizarin

📋 copy color: '#F3313B'

red 243 ◦ green 49 ◦ blue 59

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

Shades of Alizarin #F3313B

Tints of Alizarin #F3313B

RGB

 RED value IS 243 (95.31% from 255) = 69.23%

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 69.23%
G = 13.96%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F3313B (or 0xF3313B) is known color: Alizarin. HEX triplet: F3, 31 and 3B. RGB value is (243,49,59). Sum of RGB (Red+Green+Blue) = 243+49+59=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F3313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3313B is #0CCEC4. Grayscale: #6C6C6C. Windows color (decimal): -839365 or 3879411. OLE color: 3879411.

HSL color Cylindrical-coordinate representation of color #F3313B: hue angle of 356.91º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3313B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 59 -
CMYK 0 0.80 0.76 0.05
HSL 356.91º 0.89% 0.57% -
HSV(B) 356.91º 0.8% 0.95% -
XYZ 38.85 21.57 6.25 -
YUV 108.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 243 49 59 0 0.80 0.76 0.05 356.91 0.89 0.57
Hex F3 31 3B 0 50 4C 5 165 59 39
Octal 363 61 73 0 120 114 5 545 131 71
Binary 11110011 110001 111011 0 1010000 1001100 101 101100101 1011001 111001

Color Harmonies of #F3313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3313B

Black with #F3313B

Text Example


Text Example

White with #F3313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3313B; }

 p { color: rgb(243,49,59); }

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

background-color css

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

 a { background-color: rgb(243,49,59); }

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

border-color css

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

 span { border-color: rgb(243,49,59); }

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