Html Css Color HEX #F3292F Alizarin

📋 copy color: '#F3292F'

red 243 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #F3292F

Tints of Alizarin #F3292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 73.41%
G = 12.39%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3292F (or 0xF3292F) is known color: Alizarin. HEX triplet: F3, 29 and 2F. RGB value is (243,41,47). Sum of RGB (Red+Green+Blue) = 243+41+47=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F3292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3292F is #0CD6D0. Grayscale: #666666. Windows color (decimal): -841425 or 3090931. OLE color: 3090931.

HSL color Cylindrical-coordinate representation of color #F3292F: hue angle of 358.22º 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 #F3292F is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 47 -
CMYK 0 0.83 0.81 0.05
HSL 358.22º 0.89% 0.56% -
HSV(B) 358.22º 0.83% 0.95% -
XYZ 38.27 20.85 4.7 -
YUV 102.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 243 41 47 0 0.83 0.81 0.05 358.22 0.89 0.56
Hex F3 29 2F 0 53 51 5 166 59 38
Octal 363 51 57 0 123 121 5 546 131 70
Binary 11110011 101001 101111 0 1010011 1010001 101 101100110 1011001 111000

Color Harmonies of #F3292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3292F

Black with #F3292F

Text Example


Text Example

White with #F3292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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