Html Css Color HEX #F3293D Alizarin

📋 copy color: '#F3293D'

red 243 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #F3293D

Tints of Alizarin #F3293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 70.43%
G = 11.88%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3293D (or 0xF3293D) is known color: Alizarin. HEX triplet: F3, 29 and 3D. RGB value is (243,41,61). Sum of RGB (Red+Green+Blue) = 243+41+61=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F3293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3293D is #0CD6C2. Grayscale: #676767. Windows color (decimal): -841411 or 4008435. OLE color: 4008435.

HSL color Cylindrical-coordinate representation of color #F3293D: hue angle of 354.06º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3293D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 61 -
CMYK 0 0.83 0.75 0.05
HSL 354.06º 0.89% 0.56% -
HSV(B) 354.06º 0.83% 0.95% -
XYZ 38.6 20.98 6.43 -
YUV 103.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 243 41 61 0 0.83 0.75 0.05 354.06 0.89 0.56
Hex F3 29 3D 0 53 4B 5 162 59 38
Octal 363 51 75 0 123 113 5 542 131 70
Binary 11110011 101001 111101 0 1010011 1001011 101 101100010 1011001 111000

Color Harmonies of #F3293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3293D

Black with #F3293D

Text Example


Text Example

White with #F3293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3293D; }

 p { color: rgb(243,41,61); }

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

background-color css

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

 a { background-color: rgb(243,41,61); }

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

border-color css

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

 span { border-color: rgb(243,41,61); }

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